HomeSort by relevance Sort by last modified time
    Searched full:filesystem (Results 251 - 275 of 669) sorted by null

<<11121314151617181920>>

  /external/webkit/WebCore/platform/win/
FileSystemWin.cpp 31 #include "FileSystem.h"
210 // Limit to valid filesystem characters, also excluding others that could be problematic, like punctuation.
  /external/webkit/WebCore/platform/wince/
FileSystemWince.cpp 32 #include "FileSystem.h"
192 // Limit to valid filesystem characters, also excluding others that could be problematic, like punctuation.
  /system/core/include/arch/freebsd-x86/
AndroidConfig.h 217 * Define if we have Linux-style non-filesystem Unix Domain Sockets
283 * Is the filesystem case sensitive?
  /system/core/include/arch/linux-arm/
AndroidConfig.h 215 * Define if we have Linux-style non-filesystem Unix Domain Sockets
286 * Is the filesystem case sensitive?
  /system/core/include/arch/linux-sh/
AndroidConfig.h 215 * Define if we have Linux-style non-filesystem Unix Domain Sockets
291 * Is the filesystem case sensitive?
  /system/core/include/arch/linux-x86/
AndroidConfig.h 206 * Define if we have Linux-style non-filesystem Unix Domain Sockets
267 * Is the filesystem case sensitive?
  /system/core/include/arch/target_linux-x86/
AndroidConfig.h 206 * Define if we have Linux-style non-filesystem Unix Domain Sockets
277 * Is the filesystem case sensitive?
  /external/e2fsprogs/e2fsck/
problem.c 2 * problem.c --- report filesystem problems to the user
128 /* Filesystem size is wrong */
152 /* Adding UUID to filesystem */
171 /* Error determing physical device size of filesystem */
278 /* Filesystem revision is 0, but feature flags are set */
590 /* Imagic flag set on an inode when filesystem doesn't support it */
601 /* Compression flag set on an inode when filesystem doesn't support it */
611 /* Filesystem revision is 0, but feature flags are set */
711 /* INDEX_FL flag set on a non-HTREE filesystem */
741 /* Bad block has indirect block that conflicts with filesystem block *
    [all...]
pass3.c 12 * filesystem tree, using the following algorithm:
19 * it attempts to trace up the filesystem tree, using dirinfo.parent
23 * parent pointers up the filesystem tree, if pass3 sees a directory
24 * twice, then it has detected a filesystem loop, and it will again
26 * filesystem loop.
  /external/e2fsprogs/tests/m_meta_bg/
expect.1 0 Filesystem label=
8 Maximum filesystem blocks=8519680
16 Writing superblocks and filesystem accounting information: done
18 Filesystem features: ext_attr resize_inode dir_index filetype meta_bg sparse_super
70 Filesystem volume name: <none>
72 Filesystem magic number: 0xEF53
73 Filesystem revision #: 1 (dynamic)
74 Filesystem features: ext_attr resize_inode dir_index filetype meta_bg sparse_super
76 Filesystem state: clean
78 Filesystem OS type: Linu
    [all...]
  /external/bluetooth/glib/gio/
gfile.c 70 * in a userspace implementation of a filesystem.
73 * files on a filesystem. You can move through the file system with #GFile using
81 * are byte strings that are used to identify the file on the filesystem (relative to
317 * as it might be on a locally mounted remote filesystem.
320 * the native filesystem via a userspace filesystem (FUSE), in
405 * If called for the top level of a system (such as the filesystem root
570 * file on the filesystem due to various forms of filename
693 * filesystem point of view), because the prefix of @file is an alias
    [all...]
  /external/kernel-headers/original/linux/
fs.h 191 #define BLKFRASET _IO(0x12,100)/* set filesystem (mm/filemap.c) read-ahead */
192 #define BLKFRAGET _IO(0x12,101)/* get filesystem (mm/filemap.c) read-ahead */
287 * Also, in this manner, a Filesystem can look at only the values it cares
305 * implement an ftruncate() like method. NOTE: filesystem should
899 void *s_fs_info; /* Filesystem private info */
    [all...]
ext2_fs.h 22 * The second extended filesystem constants/structures
325 * Maximal mount counts between two filesystem checks
373 * know about, it should refuse to mount the filesystem.
msdos_fs.h 7 * The MS-DOS filesystem constants/structures
133 __u8 version[2]; /* major, minor filesystem version */
135 __le16 info_sector; /* filesystem info sector */
  /external/e2fsprogs/ext2ed/
general_com.c 63 wprintw (show_pad,"ext2 filesystem general commands: \n");max_line++;
161 wprintw (command_win,"Error - Filesystem is mounted, aborting\n");
167 wprintw (command_win,"Warning - Filesystem is mounted. Displayed data may be unreliable.\n");
183 free_user_commands (&ext2_commands); /* Free filesystem specific objects */
869 wprintw (command_win,"Error - Filesystem is mounted\n");
  /external/e2fsprogs/lib/ext2fs/
ext2_fs.h 22 * The second extended filesystem constants/structures
473 * Misc. filesystem flags
496 * Maximal mount counts between two filesystem checks
544 * know about, it should refuse to mount the filesystem.
581 __u32 s_mkfs_time; /* When the filesystem was created */
kernel-jbd.h 13 * filesystem journaling support.
267 * by some process. All filesystem modifications made by the process go
417 * single filesystem. It is linked to from the fs superblock structure.
420 * activity on the filesystem, and to manage the state of the log
522 /* Journal uuid: identifies the object (filesystem, LVM volume
  /external/grub/docs/
grub.texi 113 * Filesystem:: Filesystem syntax and semantics
282 @item Support multiple filesystem types
283 Support multiple filesystem types transparently, plus a useful explicit
284 blocklist notation. The currently supported filesystem types are
287 fs}. @xref{Filesystem}, for more information.
643 boot floppy with a filesystem. Here is an example:
    [all...]
  /bootable/recovery/mtdutils/
mtdutils.c 194 const char *filesystem, int read_only)
202 rv = mount(devname, mount_point, filesystem, flags, NULL);
205 rv = mount(devname, mount_point, filesystem, flags | MS_RDONLY, 0);
  /external/e2fsprogs/misc/
dumpe2fs.c 3 * extended filesystem
485 printf (_("Couldn't find valid filesystem superblock.\n"));
496 printf(_("Note: This is a byte-swapped filesystem\n"));
findsuper.c 68 * blocks, the filesystem blocksize (in bytes), the block group number
80 * has the last time e2fsck or tune2fs wrote to the filesystem.
  /external/grub/stage2/
xfs.h 67 typedef xfs_uint64_t xfs_dfsbno_t; /* blockno in filesystem (agno|agbno) */
68 typedef xfs_uint64_t xfs_drfsbno_t; /* blockno in filesystem (raw) */
72 typedef xfs_uint64_t xfs_fsblock_t; /* blockno in filesystem (agno|agbno) */
common.c 71 "Filesystem compatibility error, cannot read whole file",
73 [ERR_FSYS_CORRUPT] = "Inconsistent filesystem structure",
  /development/testrunner/test_defs/
test_walker.py 33 """Finds instrumentation tests from filesystem."""
248 """Recursively searches filesystem upwards for a AndroidManifest file.
  /external/e2fsprogs/tests/f_swapfs/
expect 11 Pass 0: Doing byte-swap of filesystem
73 Pass 0: Doing byte-swap of filesystem

Completed in 266 milliseconds

<<11121314151617181920>>