Home
last modified time | relevance | path

Searched refs:filesystem (Results 1 – 25 of 1445) sorted by relevance

12345678910>>...58

/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
Dfake_filesystem_shutil_test.py34 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 …]
Dfake_filesystem_test.py113 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 …]
Dfake_filesystem_shutil.py58 def __init__(self, filesystem): argument
64 self.filesystem = filesystem
75 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 …]
Dfake_filesystem.py984 def __init__(self, filesystem, os_module=None): argument
991 self.filesystem = filesystem
997 self.sep = self.filesystem.path_separator
1008 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 …]
Dfake_tempfile_test.py66 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 …]
Dfake_filesystem_glob_test.py33 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]')
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar ... eclipse/core/ org/eclipse/core/filesystem/ org/eclipse/core/filesystem/EFS ...
/external/selinux/libsepol/tests/policies/test-cond/
Drefpolicy-base.conf5 class filesystem
140 class filesystem
977 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 …]
/external/e2fsprogs/ext2ed/
Dext2ed.conf.in7 # Ext2Descriptors is the location of the ext2 filesystem structure
22 # LogFile is the location of the log file. Actual changes to the filesystem
30 # filesystem. When on, each change will be logged - Both the previous data
38 # filesystem - The "enablewrite" command will not work. When on, enablewrite
46 # a mounted filesystem. Read-Write mode is never allowed on a mounted
47 # filesystem.
53 # When ForceExt2 is set to on, the filesystem is assumed to be ext2
54 # filesystem, despite the possibly corrupt superblock magic number reading.
61 # Normally, the various filesystem parameters such as the block size and the
62 # total number of blocks are gathered from the ext2 filesystem itself.
[all …]
/external/squashfs-tools/RELEASE-READMEs/
DREADME-2.06 SQUASHFS 2.0 - A squashed read-only filesystem for Linux
13 filesystem have been made under the bonnet (hood). Squashfs 2.0 uses fragment
18 filesystem.
36 filesystem to be specified, overriding the uids/gids in the
37 source filesystem.
61 Do not use fragment blocks, and rather generate a filesystem
62 similar to a Squashfs 1.x filesystem. It will of course still
63 be a Squashfs 2.0 filesystem but without fragments, and so
90 uids/gids in the generated Squashfs filesystem to be root.
96 This option forces all files in the generated Squashfs filesystem to
[all …]
DPERFORMANCE.README5 liveCD filesystem from the Ubuntu liveCD (Warty release), and the
6 liveCD filesystem from the Damn Small Linux liveCD (release 0.8.4).
7 The Ubuntu liveCD filesystem was used to test filesystem performance
9 CRAMFS filesystem performance could not be tested for this filesystem
11 CRAMFS performance against Squashfs, the liveCD filesystem from
32 Time taken to perform "ls -lR --color=alawys | cat > /dev/null" on filesystem
42 Time taken to perform "tar cf - | cat > /dev/null" on filesystem mounted
56 on filesystem mounted from CDROM
68 Time taken to perform "ls -lR --color=alawys | cat > /dev/null" on filesystem
78 Time taken to perform "tar cf - | cat > /dev/null" on filesystem mounted
[all …]
DREADME-3.01 SQUASHFS 3.0 - A squashed read-only filesystem for Linux
34 decompress a filesystem without mounting it.
44 SYNTAX: unsquashfs [-ls | -dest] filesystem
47 -ls list filesystem only
50 The "-ls" option can be used to list the contents of a filesystem without
51 decompressing the filesystem data itself.
56 the filesystem data. If this option is not given then the filesystem is
/external/mockftpserver/tags/2.0-rc1/src/main/resources/
DReplyText.properties105 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 …]
/external/mockftpserver/tags/2.0.1/src/main/resources/
DReplyText.properties107 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 …]
/external/mockftpserver/tags/2.1/src/main/resources/
DReplyText.properties110 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 …]
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/resources/
DReplyText.properties107 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 …]
/external/mockftpserver/tags/2.5/src/main/resources/
DReplyText.properties110 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 …]
/external/mockftpserver/tags/2.4/src/main/resources/
DReplyText.properties110 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 …]
/external/mockftpserver/tags/2.2/src/main/resources/
DReplyText.properties110 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 …]
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/resources/
DReplyText.properties107 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 …]
/external/mockftpserver/tags/2.0/src/main/resources/
DReplyText.properties107 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 …]
/external/mockftpserver/tags/2.0.2/src/main/resources/
DReplyText.properties107 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 …]
/external/mockftpserver/MockFtpServer/src/main/resources/
DReplyText.properties110 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 …]
/external/mockftpserver/tags/2.3/src/main/resources/
DReplyText.properties110 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 …]
/external/e2fsprogs/tests/r_32to64bit_expand_full/
Dexpect2 Creating filesystem with 786432 1k blocks and 98304 inodes
10 Writing superblocks and filesystem accounting information: done
20 Converting the filesystem to 64-bit.
21 The filesystem on test.img is now 786432 (1k) blocks long.
24 Resizing the filesystem on test.img to 1179648 (1k) blocks.
25 The filesystem on test.img is now 1179648 (1k) blocks long.

12345678910>>...58