HomeSort by relevance Sort by last modified time
    Searched full:filesystem (Results 1 - 25 of 1906) 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
  /device/asus/grouper/sepolicy/
file.te 3 allow sysfs_devices_tegradc sysfs:filesystem associate;
4 allow sysfs_devices_system_cpu sysfs:filesystem associate;
  /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/chromium_org/chrome/browser/resources/file_manager/
manifest.json 51 "filesystem:*.amr",
52 "filesystem:*.flac",
53 "filesystem:*.m4a",
54 "filesystem:*.mp3",
55 "filesystem:*.oga",
56 "filesystem:*.ogg",
57 "filesystem:*.wav"
65 "filesystem:*.3gp",
66 "filesystem:*.avi",
67 "filesystem:*.m4v"
    [all...]
  /external/chromium_org/ppapi/cpp/
file_system.cc 26 FileSystem::FileSystem() {
29 FileSystem::FileSystem(const FileSystem& other) : Resource(other) {
32 FileSystem::FileSystem(const Resource& resource) : Resource(resource) {
41 FileSystem::FileSystem(PassRef, PP_Resource resource)
45 FileSystem::FileSystem(const InstanceHandle& instance
    [all...]
  /external/chromium_org/ppapi/examples/crxfs/
manifest.json 2 "name": "Crx FileSystem Test",
5 "description": "Crx FileSystem Test",
  /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_org/content/public/test/
test_file_system_options.h 12 // Returns Filesystem options for incognito mode.
15 // Returns Filesystem options that allow file access.
18 // Returns Filesystem options that disallow file access.
  /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/chromium_org/chrome/common/extensions/docs/server2/
fail_on_access_file_system.py 5 from file_system import FileSystem
7 class FailOnAccessFileSystem(FileSystem):
  /external/chromium_org/chrome/renderer/resources/extensions/
media_galleries_custom_bindings.js 26 var filesystem = mediaGalleriesNatives.GetMediaFileSystemObject(
28 $Array.push(result, filesystem);
31 mediaGalleriesMetadata[filesystem.name] = metadata;
40 function(filesystem) {
41 if (filesystem && filesystem.name &&
42 mediaGalleriesMetadata[filesystem.name]) {
43 return mediaGalleriesMetadata[filesystem.name];
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.filesystem_1.3.1.R36x_v20100727-0745.jar 
  /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...]

Completed in 595 milliseconds

1 2 3 4 5 6 7 8 91011>>