Lines Matching refs:path
27 from os.path import join as pjoin
70 def mkdir(self, path):
71 return py.path.local(str(self.d)).mkdir(path)
179 syscall_test_cmd = [ os.path.join(basename, 'test', 'test_syscalls'),
247 syscall_test_cmd = [ os.path.join(basename, 'test', 'test_syscalls'),
266 if not os.path.exists(progname):
267 pytest.skip('%s not built' % os.path.basename(progname))
312 if not os.path.exists(progname):
313 pytest.skip('%s not built' % os.path.basename(progname))
430 test_fn=os.path.exists)
461 call get_path_common() and lock the path, and then the fuse_lib_unlink()
462 will wait for the path to be unlocked before executing and thus synchronise
465 If it is SET then get_path_nullok() will just set the path to null and
681 assert os.path.basename(name2) in os.listdir(mnt_dir)
691 assert os.path.basename(name2) not in os.listdir(mnt_dir)
722 listdir_should = [ os.path.basename(file_), os.path.basename(subdir) ]
859 path = os.path.join(mnt_dir, 'hello')
860 os.setxattr(path, b'hello_ll_setxattr_name', b'hello_ll_setxattr_value')
861 assert os.getxattr(path, b'hello_ll_getxattr_name') == b'hello_ll_getxattr_value'
862 os.removexattr(path, b'hello_ll_removexattr_name')