HomeSort by relevance Sort by last modified time
    Searched full:filesystem (Results 776 - 800 of 1607) sorted by null

<<31323334353637383940>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/
README.txt 32 replacing "<adt>" with absolute filesystem path to the android plugin source location
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/
AdtTestData.java 52 // bundled jar, and must be extracted to temp filesystem location to be
  /system/core/fs_mgr/
fs_mgr_verity.c 201 ERROR("%s: Unsupported filesystem for verity.", fs_type);
692 // get verity filesystem size
694 ERROR("Failed to get filesystem size\n");
964 // get verity filesystem size
  /system/core/include/private/
android_filesystem_config.h 17 /* This file is used to define the properties of the filesystem
  /system/extras/tests/sdcard/
sysutil.h 103 // Filesystem
  /system/vold/
VolumeManager.h 152 * Fixes ASEC permissions on a filesystem that has owners and permissions.
main.cpp 81 /* For when cryptfs checks and mounts an encrypted filesystem */
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
FatFileSystem.java 29 * Implements the {@code FileSystem} interface for the FAT family of file
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectCreator.java 48 import org.eclipse.core.filesystem.EFS;
49 import org.eclipse.core.filesystem.IFileInfo;
50 import org.eclipse.core.filesystem.IFileStore;
51 import org.eclipse.core.filesystem.IFileSystem;
646 IFileSystem fileSystem = EFS.getLocalFileSystem();
649 fileSystem.getStore(source.toURI()));
651 fileSystem.getStore(AdtUtils.getAbsolutePath(project)));
    [all...]
  /external/toybox/generated/
help.h 49 #define help_umount "usage: umount [-a [-t TYPE[,TYPE...]]] [-vrfD] [DIR...]\n\nUnmount the listed filesystems.\n\n-a Unmount all mounts in /proc/mounts instead of command line list\n-D Don't free loopback device(s).\n-f Force unmount.\n-l Lazy unmount (detach from filesystem now, close when last user does).\n-n Don't use /proc/mounts\n-r Remount read only if unmounting fails.\n-t Restrict \"all\" to mounts of TYPE (or use \"noTYPE\" to skip)\n-v Verbose\n\n\n"
61 #define help_mount "usage: mount [-afFrsvw] [-t TYPE] [-o OPTIONS...] [[DEVICE] DIR]\n\nMount new filesystem(s) on directories. With no arguments, display existing\nmounts.\n\n-a mount all entries in /etc/fstab (with -t, only entries of that TYPE)\n-O only mount -a entries that have this option\n-f fake it (don't actually mount)\n-r read only (same as -o ro)\n-w read/write (default, same as -o rw)\n-t specify filesystem type\n-v verbose\n\nOPTIONS is a comma separated list of options, which can also be supplied\nas --longopts.\n\nThis mount autodetects loopback mounts (a file on a directory) and\nbind mounts (file on file, directory on directory), so you don't need\nto say --bind or --loop. You can also \"mount -a /path\" to mount everything\nin /etc/fstab under /path, even if it's noauto.\n\n\n"
107 #define help_stat "usage: stat [-f] [-c FORMAT] FILE...\n\nDisplay status of files or filesystems.\n\n-f display filesystem status instead of file status\n-c Output specified FORMAT string instead of default\n\nThe valid format escape sequences for files:\n%a Access bits (octal) |%A Access bits (flags)|%b Blocks allocated\n%B Bytes per block |%d Device ID (dec) |%D Device ID (hex)\n%f All mode bits (hex) |%F File type |%g Group ID\n%G Group name |%h Hard links |%i Inode\n%n Filename |%N Long filename |%o I/O block size\n%s Size (bytes) |%u User ID |%U User name\n%x Access time |%X Access unix time |%y File write time\n%Y File write unix time|%z Dir change time |%Z Dir change unix time\n\nThe valid format escape sequences for filesystems:\n%a Available blocks |%b Total blocks |%c Total inodes\n%d Free inodes |%f Free blocks |%i File system ID\n%l Max filename length |%n File name |%s Fragment size\n%S Best transfer size |%t File system type\n\n"
179 #define help_inotifyd "usage: inotifyd PROG FILE[:MASK] ...\n\nWhen a filesystem event matching MASK occurs to a FILE, run PROG as:\n\n PROG EVENTS FILE [DIRFILE]\n\nIf PROG is \"-\" events are sent to stdout.\n\nThis file is:\n a accessed c modified e metadata change w closed (writable)\n r opened D deleted M moved 0 closed (unwritable)\n u unmounted o overflow x unwatchable\n\nA file in this directory is:\n m moved in y moved out n created d deleted\n\nWhen x event happens for all FILEs, inotifyd exits (after waiting for PROG).\n\n"
187 #define help_fsfreeze "usage: fsfreeze {-f | -u} MOUNTPOINT\n\nFreeze or unfreeze a filesystem.\n\n-f freeze\n-u unfreeze\n\n"
193 #define help_fallocate "usage: fallocate [-l size] file\n\nTell the filesystem to allocate space for a file.\n\n"
217 #define help_fstype "usage: fstype DEV...\n\nPrints type of filesystem on a block device or image.\n\n"
219 #define help_blkid "usage: blkid DEV...\n\nPrints type, label and UUID of filesystem on a block device or image.\n\n"
    [all...]
  /external/e2fsprogs/resize/
resize2fs.c 16 * Resizing a filesystem consists of the following phases:
270 * release them in the new filesystem data structure, and mark them as
739 * filesystem meta-data blocks.
886 * If we're shrinking the filesystem, we need to move any
889 * filesystem.
922 * If we're shrinking the filesystem, we need to move all of
    [all...]
  /external/conscrypt/src/platform/java/org/conscrypt/
TrustManagerImpl.java 563 // contents hashed by cert subject on the filesystem to make
568 // checking filesystem next time around.
  /external/e2fsprogs/lib/ext2fs/
tst_bitmaps.c 145 com_err(name, 0, "Filesystem not open");
166 com_err(name, retval, "while initializing filesystem");
  /external/e2fsprogs/misc/
dumpe2fs.c 3 * extended filesystem
603 printf("%s", _("Couldn't find valid filesystem superblock.\n"));
filefrag.c 374 printf("Filesystem type is: %lx\n",
389 printf("Filesystem cylinder groups approximately %ld\n",
  /external/sepolicy/
app.te 363 # Ability to perform any filesystem operation other than statfs(2).
365 neverallow appdomain fs_type:filesystem ~getattr;
  /external/squashfs-tools/squashfs-tools/
caches-queues-lists.c 2 * Create a squashfs filesystem. This is a highly compressed read only
3 * filesystem.
pseudo.c 2 * Create a squashfs filesystem. This is a highly compressed read only
3 * filesystem.
  /frameworks/base/core/java/com/android/internal/content/
PackageHelper.java 86 // Round up to nearest MB, plus another MB for filesystem overhead
111 // Round up to nearest MB, plus another MB for filesystem overhead
  /frameworks/base/core/tests/coretests/src/android/os/storage/
AsecTests.java 78 private int createContainer(String localId, int size, String key, String filesystem,
84 return ms.createSecureContainer(fullId, size, filesystem, key, android.os.Process.myUid(),
  /frameworks/wilhelm/tests/sandbox/
playbq.c 113 // This thread reads from a (slow) filesystem with unpredictable latency and writes to pipe
155 // simulate occasional filesystem latency
playbq.cpp 113 // This thread reads from a (slow) filesystem with unpredictable latency and writes to pipe
155 // simulate occasional filesystem latency
  /prebuilts/eclipse/deltapack/
eclipse-3.7.2-delta-pack.zip 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
fs.h 282 #define BLKFRASET _IO(0x12,100)/* set filesystem (mm/filemap.c) read-ahead */
283 #define BLKFRAGET _IO(0x12,101)/* get filesystem (mm/filemap.c) read-ahead */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
fs.h 292 #define BLKFRASET _IO(0x12,100)/* set filesystem (mm/filemap.c) read-ahead */
293 #define BLKFRAGET _IO(0x12,101)/* get filesystem (mm/filemap.c) read-ahead */

Completed in 266 milliseconds

<<31323334353637383940>>