/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/ |
RetrCommandHandlerTest.groovy | 23 import org.mockftpserver.fake.filesystem.FileEntry 24 import org.mockftpserver.fake.filesystem.FileSystemException 25 import org.mockftpserver.fake.filesystem.Permissions 65 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.isNotAFile', DIR]) 71 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.doesNotExist', path]) 75 fileSystem.getEntry(FILE).permissions = Permissions.NONE 77 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.cannotRead', FILE]) 81 fileSystem.getEntry(DIR).permissions = Permissions.NONE 83 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.cannotExecute', DIR]) 87 fileSystem.delete(FILE [all...] |
/external/squashfs-tools/RELEASE-READMEs/ |
pseudo-file.example | 5 # filesystem being built, rather than requiring them to be present in the 8 # This, for example, allows device nodes to be added to the filesystem without 15 # file in the source filesystem to be modified. 48 # within the Squashfs filesystem, this allows input from these special 49 # files to be captured and placed in the Squashfs filesystem. 70 # Change the attributes of the file "INSTALL" in the filesystem to have 72 # from the source filesystem.
|
README-4.0 | 1 SQUASHFS 4.0 - A squashed read-only filesystem for Linux 18 and block devices to be specified and added to the Squashfs filesystem being 20 This, for example, allows device nodes to be added to the filesystem without
|
/external/clang/include/clang/Basic/ |
VirtualFileSystem.h | 10 /// \brief Defines the virtual file system interface vfs::FileSystem. 20 #include "llvm/Support/FileSystem.h" 150 class FileSystem; 158 FileSystem *FS; 162 recursive_directory_iterator(FileSystem &FS, const Twine &Path, 182 class FileSystem : public llvm::ThreadSafeRefCountedBase<FileSystem> { 184 virtual ~FileSystem(); 204 /// \brief Gets an \p vfs::FileSystem for the 'real' file system, as seen by 206 IntrusiveRefCntPtr<FileSystem> getRealFileSystem() [all...] |
/external/e2fsprogs/debian/attic/libs/ |
control | 13 EXT2 stands for "Extended Filesystem", version 2. It's the main 14 filesystem type used for hard disks on Debian and other Linux systems. 30 It is mainly used by the EXT2-filesystem tools. 48 EXT2 stands for "Extended Filesystem", version 2. It's the filesystem type 87 EXT2FS stands for "Extended Filesystem", version 2. It's the filesystem 92 features specific to the ext2 filesystem will need this. Most 93 programmers will use the generic filesystem-independent interface 104 filesystem be opened directly (functions in libext2fs do), and (b [all...] |
/external/e2fsprogs/tests/m_extent_journal/ |
expect.1 | 0 Filesystem label= 9 Maximum filesystem blocks=67108864 19 Writing superblocks and filesystem accounting information: done 21 Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent sparse_super 29 Filesystem volume name: <none> 31 Filesystem magic number: 0xEF53 32 Filesystem revision #: 1 (dynamic) 33 Filesystem features: has_journal ext_attr resize_inode dir_index filetype extent sparse_super 35 Filesystem state: clean 37 Filesystem OS type: Linu [all...] |
/external/e2fsprogs/tests/m_std/ |
expect.1 | 0 Filesystem label= 9 Maximum filesystem blocks=67108864 18 Writing superblocks and filesystem accounting information: done 20 Filesystem features: ext_attr resize_inode dir_index filetype sparse_super 28 Filesystem volume name: <none> 30 Filesystem magic number: 0xEF53 31 Filesystem revision #: 1 (dynamic) 32 Filesystem features: ext_attr resize_inode dir_index filetype sparse_super 34 Filesystem state: clean 36 Filesystem OS type: Linu [all...] |
/external/e2fsprogs/misc/ |
fsck.8.in | 160 program, if a filesystem type of 170 Normally, the filesystem type is deduced by searching for 175 If the type can not be deduced, and there is only a single filesystem 180 will use the specified filesystem type. If this type is not 192 The root filesystem will be checked first unless the 210 multiple filesystem checks on the same physical disk. 214 files is to set the root filesystem to have a 221 to automatically run filesystem checkers in parallel if it is advantageous 223 not to use this configuration if they need to avoid multiple filesystem 229 Display completion/progress bars for those filesystem checkers (currently [all...] |
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/ |
DiskLruCacheTest.java | 18 import com.squareup.okhttp.internal.io.FileSystem; 55 private final FaultyFileSystem fileSystem = new FaultyFileSystem(FileSystem.SYSTEM); 70 cache = new DiskLruCache(fileSystem, cacheDir, appVersion, 2, maxSize, executor); 271 assertFalse(fileSystem.exists(k1)); 327 assertFalse(fileSystem.exists(cleanFile0)); 328 assertFalse(fileSystem.exists(cleanFile1)); 329 assertFalse(fileSystem.exists(dirtyFile0)); 330 assertFalse(fileSystem.exists(dirtyFile1)); 389 BufferedSink sink = Okio.buffer(fileSystem.sink(journalFile)) [all...] |
/external/e2fsprogs/e2fsck/ |
e2fsck.8.in | 50 is the device file where the filesystem is stored (e.g. 66 are not valid if the filesystem is mounted. If 68 asks whether or not you should check a filesystem which is mounted, 87 filesystem's blocksize. For filesystems with 1k blocksizes, a backup 99 which specifies blocksize of the filesystem must be specified in order 103 the filesystem is not opened read-only, e2fsck will make sure that the 105 filesystem check. 134 so that the progress of the filesystem 153 Optimize directories in filesystem. This option causes e2fsck to 155 filesystem supports directory indexing, or by sorting and compressin [all...] |
/external/mockftpserver/MockFtpServer/src/test/resources/ |
fakeftpserver-permissions-beans.xml | 39 <property name="fileSystem">
40 <bean class="org.mockftpserver.fake.filesystem.WindowsFakeFileSystem">
44 <bean class="org.mockftpserver.fake.filesystem.DirectoryEntry">
50 <bean class="org.mockftpserver.fake.filesystem.FileEntry">
57 <bean class="org.mockftpserver.fake.filesystem.FileEntry">
61 <bean class="org.mockftpserver.fake.filesystem.Permissions">
|
/external/squashfs-tools/squashfs-tools/ |
unsquashfs_xattr.c | 2 * Unsquash a squashfs filesystem. This is a highly compressed read only 3 * filesystem. 67 * If the destination filesystem cannot 78 "filesystem\n", 82 "filesystem\n"); 102 "filesystem limit)\n",
|
/system/core/fs_mgr/ |
fs_mgr_priv.h | 44 * <fs_options> is a comma separated list of options accepted by the filesystem being 50 * run an fscheck program on the <source> before mounting the filesystem. 51 * If check is specifed on a read-only filesystem, it is ignored. 52 * Also, "encryptable" means that filesystem can be encrypted. 57 * containing the filesystem. 62 * filesystem marked with check.
|
/external/e2fsprogs/contrib/ |
e2croncheck | 7 # or so by the cron daemon to check a mounted filesystem (normally 8 # the root filesystem, but it could be used to check other filesystems 12 # "VOLUME" so it is the name of the filesystem's logical volume,
|
/external/e2fsprogs/tests/f_bad_disconnected_inode/ |
expect.1 | 2 Inode 1 has EXTENTS_FL flag set on filesystem without extents support. 5 Inode 15 has EXTENTS_FL flag set on filesystem without extents support. 8 Inode 16 has EXTENTS_FL flag set on filesystem without extents support.
|
/external/kernel-headers/original/uapi/linux/ |
falloc.h | 20 * filesystem block size boundaries, but this boundary may be larger or 21 * smaller depending on the filesystem and/or the configuration of the 22 * filesystem or file.
|
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/ |
DirectoryEntryTest.groovy | 16 package org.mockftpserver.fake.filesystem
47 * @see org.mockftpserver.fake.filesystem.AbstractFileSystemEntryTestCase#getImplementationClass()
54 * @see org.mockftpserver.fake.filesystem.AbstractFileSystemEntryTestCase#isDirectory()
|
/external/selinux/sepolgen/tests/ |
test_objectmodel.py | 29 pm = info.get("filesystem", "mount") 34 self.assertRaises(KeyError, info.get, "filesystem", "foo") 36 pm = info.getdefault("filesystem", "foo")
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/ |
statfs.h | 1 /* Definitions for getting information about a filesystem. 30 /* Return information about the filesystem on which FILE resides. */ 48 /* Return information about the filesystem containing the file FILDES
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/ |
statfs.h | 1 /* Definitions for getting information about a filesystem. 30 /* Return information about the filesystem on which FILE resides. */ 48 /* Return information about the filesystem containing the file FILDES
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/ |
statfs.h | 1 /* Definitions for getting information about a filesystem. 30 /* Return information about the filesystem on which FILE resides. */ 48 /* Return information about the filesystem containing the file FILDES
|
/system/vold/ |
PrivateVolume.h | 65 /* Filesystem type */ 67 /* Filesystem UUID */ 69 /* User-visible filesystem label */
|
PublicVolume.h | 70 /* Filesystem type */ 72 /* Filesystem UUID */ 74 /* User-visible filesystem label */
|
/external/e2fsprogs/ |
README.subset | 6 libraries for GNOME, but who do not need the ext2/ext3 filesystem
|
/external/e2fsprogs/lib/e2p/ |
ps.c | 2 * ps.c - Print filesystem state
|