HomeSort by relevance Sort by last modified time
    Searched full:filesystem (Results 1 - 25 of 1079) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/tests/f_okgroup/
name 1 8193 block long filesystem
  /external/e2fsprogs/tests/f_imagic_fs/
name 1 imagic filesystem with imagic inodes
  /external/chromium/chrome/browser/resources/file_manager/
manifest.json 24 "filesystem:*.gif",
25 "filesystem:*.jpg",
26 "filesystem:*.jpeg",
27 "filesystem:*.webp",
28 "filesystem:*.png",
29 "filesystem:*.GIF",
30 "filesystem:*.JPG",
31 "filesystem:*.JPEG",
32 "filesystem:*.WEBP",
33 "filesystem:*.PNG
    [all...]
  /external/e2fsprogs/tests/f_imagic/
name 1 non-imagic filesystem with imagic inodes
  /external/e2fsprogs/tests/f_mke2fs2b/
name 1 mke2fs version 0.2b created filesystem
  /external/e2fsprogs/tests/r_resize_inode/
name 0 filesystem resize with a resize_inode present
  /external/e2fsprogs/tests/r_inline_xattr/
name 1 shrinking filesystem with in-inode extended attributes
  /external/e2fsprogs/tests/r_move_itable/
name 0 filesystem resize which requires moving the inode table
  /external/chromium/chrome/browser/resources/picasaweb_uploader/
manifest.json 15 "filesystem:*.jpeg",
16 "filesystem:*.jpg",
17 "filesystem:*.png",
18 "filesystem:*.gif",
19 "filesystem:*.JPEG",
20 "filesystem:*.JPG",
21 "filesystem:*.PNG",
22 "filesystem:*.GIF"
  /external/e2fsprogs/tests/m_std/
script 1 DESCRIPTION="standard filesystem options"
  /external/e2fsprogs/tests/m_mkfs_overhead/
expect.1 1 ./test.img: Cannot create filesystem with requested number of inodes while setting up superblock
2 ./test.img: Attempt to read block from filesystem resulted in short read while opening filesystem
3 features: Filesystem not open
5 ../e2fsck/e2fsck: Attempt to read block from filesystem resulted in short read while trying to open ./test.img
9 ../misc/dumpe2fs: Attempt to read block from filesystem resulted in short read while trying to open ./test.img
10 Couldn't find valid filesystem superblock.
  /external/e2fsprogs/tests/
README 1 These images contain various forms of corrupted filesystem which
5 filesystem images. It will run them two times, and display the exit
9 0 No filesystem errors were detected
10 1 Filesystem errors detected, but corrected
12 4 Filesystem errors left uncorrected
14 or filesystem error that the e2fsck was not
21 filesystem corruption, which e2fsck should fix on the first pass.
23 filesystem with no detectable errors found in the second pass. The
24 exception is the okgroup.img filesystem, which contains no errors, and
28 not exit with an exit status code of 1 after correcting filesystem
    [all...]
filter_dumpe2fs 2 /^Filesystem UUID:/d
3 /^Filesystem created:/d
4 /^Filesystem flags:/d
  /external/chromium/chrome/browser/resources/file_manager/js/
main.js 32 function onFileSystemFound(filesystem) {
33 console.log('Found filesystem: ' + filesystem.name, filesystem);
49 if (filesystem.name.match(/^chrome-extension_\S+:external/i)) {
50 // We've been handed the local filesystem, whose root directory
52 util.getDirectories(filesystem.root, {create: false}, rootPaths,
55 util.forEachDirEntry(filesystem.root, onEntryFound);
61 console.log('Requesting filesystem.');
  /external/e2fsprogs/debian/attic/
e2fslibsg-dev.info 1 DESCR="Library of routines to manipulate an ext2 filesystem."
  /external/e2fsprogs/tests/m_no_opt/
script 1 DESCRIPTION="no filesystem extensions"
  /external/e2fsprogs/misc/
dumpe2fs.8.in 7 dumpe2fs \- dump ext2/ext3/ext4 filesystem information
22 prints the super block and blocks group information for the filesystem
33 print the blocks which are reserved as bad in the filesystem.
38 when examining the filesystem.
39 This option is not usually needed except by a filesystem wizard who
40 is examining the remains of a very badly corrupted filesystem.
45 bytes when examining the filesystem.
46 This option is not usually needed except by a filesystem wizard who
47 is examining the remains of a very badly corrupted filesystem.
50 force dumpe2fs to display a filesystem even though it may have some
    [all...]
e2label.8.in 7 e2label \- Change the label on an ext2/ext3/ext4 filesystem
16 will display or change the filesystem label on the ext2, ext3, or ext4
17 filesystem located on
24 will simply display the current filesystem label.
30 will set the filesystem label to be
32 Ext2 filesystem labels can be at most 16 characters long; if
38 It is also possible to set the filesystem label using the
findfs.8.in 7 findfs \- Find a filesystem by label or UUID
16 will search the disks in the system looking for a filesystem which has
21 If the filesystem is found, the device name for the filesystem will
  /external/e2fsprogs/ext2ed/
ext2ed.conf.in 7 # 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...]
ext2ed.8.in 12 .B second extended filesystem.
13 Its aim is to show you the various internal filesystem structures in an
26 This article gives an overview of internal structure of the ext2 filesystem.
28 your filesystem.
38 Do not use ext2ed on a mounted filesystem.
49 Definition of the various objects for the ext2 filesystem.
52 Log file of actual changes made to the filesystem.
61 Technical overview of the ext2 filesystem.
  /external/e2fsprogs/tests/f_big_sparse/
expect.1 5 Filesystem contains large files, but lacks LARGE_FILE flag in superblock.
8 Filesystem has feature flag(s) set, but is a revision 0 filesystem. Fix? yes
  /external/e2fsprogs/resize/
resize2fs.8.in 31 If the filesystem is mounted, it can be used to expand the size of the
32 mounted filesystem, assuming the kernel supports on-line resizing. (As
38 parameter specifies the requested new size of the filesystem.
41 parameter shall be the filesystem blocksize of the filesystem.
49 of the filesystem may never be larger than the size of the partition.
57 a filesystem, you must make sure you can expand the size of the
67 certainly not work, and you may lose your entire filesystem.
70 run resize2fs to resize the ext2 filesystem
75 to shrink the size of filesystem. Then you may use
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WorkerFileSystemCallbacksBridge.cpp 161 void WorkerFileSystemCallbacksBridge::postMoveToMainThread(WebFileSystem* fileSystem, const String& sourcePath, const String& destinationPath, const String& mode)
163 dispatchTaskToMainThread(createCallbackTask(&moveOnMainThread, fileSystem, sourcePath, destinationPath, this, mode));
166 void WorkerFileSystemCallbacksBridge::postCopyToMainThread(WebFileSystem* fileSystem, const String& sourcePath, const String& destinationPath, const String& mode)
168 dispatchTaskToMainThread(createCallbackTask(&copyOnMainThread, fileSystem, sourcePath, destinationPath, this, mode));
171 void WorkerFileSystemCallbacksBridge::postRemoveToMainThread(WebFileSystem* fileSystem, const String& path, const String& mode)
173 ASSERT(fileSystem);
174 dispatchTaskToMainThread(createCallbackTask(&removeOnMainThread, fileSystem, path, this, mode));
177 void WorkerFileSystemCallbacksBridge::postRemoveRecursivelyToMainThread(WebFileSystem* fileSystem, const String& path, const String& mode)
179 ASSERT(fileSystem);
180 dispatchTaskToMainThread(createCallbackTask(&removeRecursivelyOnMainThread, fileSystem, path, this, mode))
    [all...]
  /external/e2fsprogs/
e2fsprogs.lsm 2 Title: EXT2 Filesystem utilities
5 Description: The filesystem utilities for the EXT2 filesystem, including
7 Keywords: utilities, fsck, filesystem, Ext2fs

Completed in 318 milliseconds

1 2 3 4 5 6 7 8 91011>>