/external/e2fsprogs/tests/f_crashdisk/ |
expect.1 | 6 filesystem. If the device is valid and it really contains an ext2 7 filesystem (and not swap or ufs or something else), then the superblock
|
/external/e2fsprogs/tests/r_min_itable/ |
expect | 3 Resizing the filesystem on test.img to 1124 (1k) blocks. 4 The filesystem on test.img is now 1124 blocks long.
|
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/fake/example/ |
RemoteFileTest.java | 20 import org.mockftpserver.fake.filesystem.FileEntry;
21 import org.mockftpserver.fake.filesystem.FileSystem;
22 import org.mockftpserver.fake.filesystem.UnixFakeFileSystem;
61 FileSystem fileSystem = new UnixFakeFileSystem();
62 fileSystem.add(new FileEntry(FILE, CONTENTS));
63 fakeFtpServer.setFileSystem(fileSystem);
|
/external/squashfs-tools/RELEASE-READMEs/ |
README-3.0 | 1 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
|
README-2.0-AMD64 | 9 SquashFS filesystem structures. 14 it is important that you recreate the filesystem. This can be performed 15 by mounting the filesystem using a kernel with the original patch 17 (i.e. this release) mksquashfs tool to create a new SquashFS filesystem.
|
PERFORMANCE.README | 5 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 CDRO [all...] |
/external/toybox/toys/other/ |
fsfreeze.c | 1 /* fsfreeze.c - freeze or thaw filesystem 14 Freeze or unfreeze a filesystem.
|
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/ |
DeleCommandHandlerTest.groovy | 22 import org.mockftpserver.fake.filesystem.FileSystemException 23 import org.mockftpserver.fake.filesystem.Permissions 42 assert fileSystem.exists(FILE) == false 50 assert fileSystem.exists(FILE) == false 55 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.isNotAFile', FILE]) 61 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.isNotAFile', FILE]) 62 assert fileSystem.exists(FILE) 72 fileSystem.deleteMethodException = new FileSystemException("bad", ERROR_MESSAGE_KEY) 79 fileSystem.getEntry(DIR).permissions = new Permissions('r-xr-xr-x') 81 assertSessionReply(ReplyCodes.READ_FILE_ERROR, ['filesystem.cannotWrite', DIR] [all...] |
ListCommandHandlerTest.groovy | 23 import org.mockftpserver.fake.filesystem.DirectoryEntry 24 import org.mockftpserver.fake.filesystem.DirectoryListingFormatter 25 import org.mockftpserver.fake.filesystem.FileEntry 26 import org.mockftpserver.fake.filesystem.FileSystemEntry 27 import org.mockftpserver.fake.filesystem.FileSystemException 28 import org.mockftpserver.fake.filesystem.Permissions 45 fileSystem.add(entry) 55 fileSystem.add(entry1) 56 fileSystem.add(entry2) 57 fileSystem.add(entry3 [all...] |
/system/extras/tests/net_test/ |
README | 11 - Access to host filesystem and networking via L2 bridging. 31 machine" whose root filesystem is the supplied Debian disk image. The machine 32 boots, mounts the root filesystem read-only, runs the specified test from init, and then drops to a shell. 35 Access to host filesystem 38 The VM mounts the host filesystem at /host, so the test can be modified and 56 The provided filesystem contains a DHCPv4 client and simple networking 66 net_test mounts the root filesystem read-only, and runs the test from init, but 67 since the filesystem contains a full Linux userland, it's possible to boot into 68 userland and modify the filesystem, for example to install packages using 69 apt-get install. Log in as root with no password. By default, the filesystem i [all...] |
/external/clang/test/Driver/ |
vfsoverlay.c | 5 // CHECK-MISSING: virtual filesystem overlay file 'foo.h' not found
|
/external/clang/test/VFS/ |
parse-errors.c | 2 // CHECK: invalid virtual filesystem overlay file 6 // CHECK-MISSING-TYPE: invalid virtual filesystem overlay file 10 // CHECK-UNKNOWN-KEY: invalid virtual filesystem overlay file 14 // CHECK-UNKNOWN-VALUE: invalid virtual filesystem overlay file
|
/external/e2fsprogs/debian/attic/ |
e2fslibsg-dev.menu | 3 longtitle="A library to handle low-level structures in an ext2 filesystem"\
|
/external/e2fsprogs/debian/ |
e2fslibs-dev.doc-base | 5 user-level programs to manipulate an ext2 filesystem.
|
/external/e2fsprogs/misc/ |
e2undo.8.in | 7 e2undo \- Replay an undo log for an ext2/ext3/ext4 filesystem 18 for an ext2/ext3/ext4 filesystem found on 27 will check the filesystem UUID and last modified time to make sure the 28 undo log matches with the filesystem on the device. If they do not
|
mklost+found.8.in | 18 directory in the root directory of each filesystem. 25 is being run to recover a filesystem, it does not need to allocate blocks in 26 the filesystem to store a large number of unlinked files. This ensures that 28 will not have to allocate data blocks in the filesystem during recovery.
|
/external/e2fsprogs/tests/f_okgroup/ |
expect.1 | 0 Filesystem did not have a UUID; generating one.
|
/external/e2fsprogs/tests/f_unsorted_EAs/ |
expect.1 | 1 Adding dirhash hint to filesystem.
|
/external/lldb/test/pexpect-2.4/examples/ |
df.py | 3 """This collects filesystem capacity info using the 'df' command. Tuples of 4 filesystem name and percentage are stored in a list. A simple report is 6 parse filesystem names after the first space, so names with spaces in them will 27 s = "Filesystem %s is at %s%%" % (m[0], m[1])
|
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/ |
StubServerConfiguration.groovy | 20 import org.mockftpserver.fake.filesystem.FileSystem
33 FileSystem fileSystem
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
smb_mount.h | 18 __kernel_uid_t mounted_uid; /* Who may umount() this filesystem? */
|
efs_fs_sb.h | 26 __be32 fs_size; /* size of filesystem, in sectors */ 32 __be16 fs_ncg; /* # of cylinder groups in filesystem */ 51 __u32 fs_start; /* first block of filesystem */ 52 __u32 first_block; /* first data block in filesystem */ 53 __u32 total_blocks; /* total number of blocks in filesystem */
|
/external/kernel-headers/original/uapi/linux/ |
efs_fs_sb.h | 26 __be32 fs_size; /* size of filesystem, in sectors */ 32 __be16 fs_ncg; /* # of cylinder groups in filesystem */ 51 __u32 fs_start; /* first block of filesystem */ 52 __u32 first_block; /* first data block in filesystem */ 53 __u32 total_blocks; /* total number of blocks in filesystem */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
efs_fs_sb.h | 26 __be32 fs_size; /* size of filesystem, in sectors */ 32 __be16 fs_ncg; /* # of cylinder groups in filesystem */ 51 __u32 fs_start; /* first block of filesystem */ 52 __u32 first_block; /* first data block in filesystem */ 53 __u32 total_blocks; /* total number of blocks in filesystem */
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/ |
FakeFtpServer.java | 25 import org.mockftpserver.fake.filesystem.FileSystem;
36 * for most testing and simulation scenarios. You define a filesystem (internal, in-memory) containing
42 * reply messages consistent with its configuration and the contents of its internal filesystem,
51 * <li>Create and configure a <b>FileSystem</b>, and attach to the <b>FakeFtpServer</b> instance.</li>
59 * FileSystem fileSystem = new WindowsFakeFileSystem();
60 * fileSystem.add(new DirectoryEntry("c:\\"));
61 * fileSystem.add(new DirectoryEntry("c:\\data"));
62 * fileSystem.add(new FileEntry("c:\\data\\file1.txt", "abcdef 1234567890")); [all...] |