Searched refs:filesystem (Results 1 – 25 of 1161) sorted by relevance
12345678910>>...47
34 self.filesystem = fake_filesystem.FakeFilesystem(path_separator='/')35 self.shutil = fake_filesystem_shutil.FakeShutilModule(self.filesystem)39 self.filesystem.CreateDirectory(directory)40 self.filesystem.CreateDirectory('%s/subdir' % directory)41 self.filesystem.CreateFile('%s/subfile' % directory)42 self.assertTrue(self.filesystem.Exists(directory))44 self.assertFalse(self.filesystem.Exists(directory))49 src_obj = self.filesystem.CreateFile(src_file)51 self.assertTrue(self.filesystem.Exists(src_file))52 self.assertFalse(self.filesystem.Exists(dst_file))[all …]
113 filesystem = fake_filesystem.FakeFilesystem(path_separator='/')114 fake_os = fake_filesystem.FakeOsModule(filesystem)116 filesystem.CreateFile(file_path, contents='contents here1', inode=42)119 file_obj = filesystem.GetObject(file_path)124 filesystem = fake_filesystem.FakeFilesystem(path_separator='/')125 fake_os = fake_filesystem.FakeOsModule(filesystem)127 filesystem.CreateDirectory(dirpath, inode=42)130 dir_obj = filesystem.GetObject(dirpath)151 self.filesystem = fake_filesystem.FakeFilesystem(path_separator='/')155 self.assertEqual(self.root_name, self.filesystem.NormalizePath(''))[all …]
58 def __init__(self, filesystem): argument64 self.filesystem = filesystem75 self.filesystem.RemoveObject(path)84 if self.filesystem.Exists(dst):85 if stat.S_ISDIR(self.filesystem.GetObject(dst).st_mode):86 dst = self.filesystem.JoinPaths(dst, os.path.basename(src))88 src_object = self.filesystem.GetObject(src)89 dst_object = self.filesystem.GetObject(dst)104 src_file_object = self.filesystem.GetObject(src)112 if not self.filesystem.Exists(dst_dir):[all …]
984 def __init__(self, filesystem, os_module=None): argument991 self.filesystem = filesystem997 self.sep = self.filesystem.path_separator1008 return self.filesystem.Exists(path)1030 file_obj = self.filesystem.GetObject(path)1051 obj = self.filesystem.ResolveObject(path)1059 if self.filesystem.path_separator == os.path.sep:1064 return path.startswith(self.filesystem.path_separator)1089 link_obj = self.filesystem.LResolveObject(path)1100 file_obj = self.filesystem.GetObject(path)[all …]
66 self.filesystem = fake_filesystem.FakeFilesystem(path_separator='/')67 self.tempfile = fake_tempfile.FakeTempfileModule(self.filesystem)117 self.assertTrue(self.filesystem.GetObject(obj.name))119 self.assertRaises(IOError, self.filesystem.GetObject, obj.name)125 file_obj = self.filesystem.GetObject(obj.name)130 file_obj = self.filesystem.GetObject(obj.name)134 next_fd = len(self.filesystem.open_files)141 self.assertTrue(self.filesystem.Exists(temporary[1]))142 self.assertEqual(self.filesystem.GetObject(temporary[1]).st_mode,150 self.filesystem.CreateDirectory('/dir')[all …]
33 self.filesystem = fake_filesystem.FakeFilesystem(path_separator='/')34 self.glob = fake_filesystem_glob.FakeGlobModule(self.filesystem)36 self.filesystem.CreateDirectory(directory)37 self.filesystem.CreateDirectory('%s/subdir' % directory)38 self.filesystem.CreateDirectory('%s/subdir2' % directory)39 self.filesystem.CreateFile('%s/subfile' % directory)40 self.filesystem.CreateFile('[Temp]')
1002 def __init__(self, filesystem, os_module=None): argument1009 self.filesystem = filesystem1015 self.sep = self.filesystem.path_separator1026 return self.filesystem.Exists(path)1048 file_obj = self.filesystem.GetObject(path)1069 obj = self.filesystem.ResolveObject(path)1077 if self.filesystem.path_separator == os.path.sep:1082 return path.startswith(self.filesystem.path_separator)1107 link_obj = self.filesystem.LResolveObject(path)1118 file_obj = self.filesystem.GetObject(path)[all …]
... eclipse/core/ org/eclipse/core/filesystem/ org/eclipse/core/filesystem/EFS ...
5 class filesystem140 class filesystem977 allow bin_t fs_t:filesystem associate;978 allow bin_t noxattrfs:filesystem associate;980 allow sbin_t fs_t:filesystem associate;981 allow sbin_t noxattrfs:filesystem associate;983 allow ls_exec_t fs_t:filesystem associate;984 allow ls_exec_t noxattrfs:filesystem associate;987 allow shell_exec_t fs_t:filesystem associate;988 allow shell_exec_t noxattrfs:filesystem associate;[all …]
7 # Ext2Descriptors is the location of the ext2 filesystem structure22 # LogFile is the location of the log file. Actual changes to the filesystem30 # filesystem. When on, each change will be logged - Both the previous data38 # filesystem - The "enablewrite" command will not work. When on, enablewrite46 # a mounted filesystem. Read-Write mode is never allowed on a mounted47 # filesystem.53 # When ForceExt2 is set to on, the filesystem is assumed to be ext254 # filesystem, despite the possibly corrupt superblock magic number reading.61 # Normally, the various filesystem parameters such as the block size and the62 # total number of blocks are gathered from the ext2 filesystem itself.[all …]
6 SQUASHFS 2.0 - A squashed read-only filesystem for Linux13 filesystem have been made under the bonnet (hood). Squashfs 2.0 uses fragment18 filesystem.36 filesystem to be specified, overriding the uids/gids in the37 source filesystem.61 Do not use fragment blocks, and rather generate a filesystem62 similar to a Squashfs 1.x filesystem. It will of course still63 be a Squashfs 2.0 filesystem but without fragments, and so90 uids/gids in the generated Squashfs filesystem to be root.96 This option forces all files in the generated Squashfs filesystem to[all …]
5 liveCD filesystem from the Ubuntu liveCD (Warty release), and the6 liveCD filesystem from the Damn Small Linux liveCD (release 0.8.4).7 The Ubuntu liveCD filesystem was used to test filesystem performance9 CRAMFS filesystem performance could not be tested for this filesystem11 CRAMFS performance against Squashfs, the liveCD filesystem from32 Time taken to perform "ls -lR --color=alawys | cat > /dev/null" on filesystem42 Time taken to perform "tar cf - | cat > /dev/null" on filesystem mounted56 on filesystem mounted from CDROM68 Time taken to perform "ls -lR --color=alawys | cat > /dev/null" on filesystem78 Time taken to perform "tar cf - | cat > /dev/null" on filesystem mounted[all …]
105 filesystem.alreadyExists=The path [{0}] already exists.106 filesystem.parentDirectoryDoesNotExist=The parent directory [{0}] does not exist.107 filesystem.doesNotExist=[{0}] does not exist.108 filesystem.isDirectory=[{0}] is a directory.109 filesystem.isFile=[{0}] is a file.110 filesystem.isNotADirectory=[{0}] is not a directory or does not exist.111 filesystem.isNotAFile=[{0}] is not a file or does not exist.112 filesystem.cannotRead=The current user does not have read permission for [{0}].113 filesystem.cannotWrite=The current user does not have write permission for [{0}].114 filesystem.cannotExecute=The current user does not have execute permission for [{0}].[all …]
110 filesystem.alreadyExists=The path [{0}] already exists.111 filesystem.parentDirectoryDoesNotExist=The parent directory [{0}] does not exist.112 filesystem.doesNotExist=[{0}] does not exist.113 filesystem.isDirectory=[{0}] is a directory.114 filesystem.isFile=[{0}] is a file.115 filesystem.isNotADirectory=[{0}] is not a directory or does not exist.116 filesystem.isNotAFile=[{0}] is not a file or does not exist.117 filesystem.cannotRead=The current user does not have read permission for [{0}].118 filesystem.cannotWrite=The current user does not have write permission for [{0}].119 filesystem.cannotExecute=The current user does not have execute permission for [{0}].[all …]
107 filesystem.alreadyExists=The path [{0}] already exists.108 filesystem.parentDirectoryDoesNotExist=The parent directory [{0}] does not exist.109 filesystem.doesNotExist=[{0}] does not exist.110 filesystem.isDirectory=[{0}] is a directory.111 filesystem.isFile=[{0}] is a file.112 filesystem.isNotADirectory=[{0}] is not a directory or does not exist.113 filesystem.isNotAFile=[{0}] is not a file or does not exist.114 filesystem.cannotRead=The current user does not have read permission for [{0}].115 filesystem.cannotWrite=The current user does not have write permission for [{0}].116 filesystem.cannotExecute=The current user does not have execute permission for [{0}].[all …]