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

1 2

  /external/e2fsprogs/misc/
fsck.c 12 * o Changed -t fstype to behave like with mount when -A (all file
116 char *fstype = NULL; variable
699 else if (fstype && strncmp(fstype, "no", 2) &&
700 strncmp(fstype, "opts=", 5) && strncmp(fstype, "loop", 4) &&
701 !strchr(fstype, ','))
702 type = fstype;
880 * If a specific fstype is specified, and it doesn't match,
1066 fputs(_("Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"), stderr)
    [all...]
fsck.8.in 21 .I fstype
  /external/e2fsprogs/lib/blkid/
blkid.h 77 int blkid_known_fstype(const char *fstype);
probe.c     [all...]
  /external/kernel-headers/original/linux/
mount.h 80 extern struct vfsmount *do_kern_mount(const char *fstype, int flags,
  /hardware/libhardware_legacy/include/hardware_legacy/
IMountService.h 51 virtual int createSecureContainer(String16 id, int sizeMb, String16 fstype, String16 key, int ownerUid) = 0;
  /system/vold/
VolumeManager.h 61 int createAsec(const char *id, unsigned numSectors, const char *fstype,
VolumeManager.cpp 212 const char *fstype, const char *key, int ownerUid) {
328 if (strcmp(fstype, "none")) {
329 if (strcmp(fstype, "fat")) {
330 SLOGW("Unknown fstype '%s' specified for container", fstype);
CommandListener.cpp 322 "Usage: asec create <container-id> <size_mb> <fstype> <key> <ownerUid>", false);
  /external/webkit/WebCore/platform/graphics/opentype/
OpenTypeUtilities.cpp 57 unsigned short fsType;
96 BigEndianUShort fsType;
250 // FIXME: Should use OS2->fsType, but some TrueType fonts set it to an over-restrictive value.
252 prefix->fsType = 0;
  /frameworks/base/core/java/android/os/storage/
IMountService.aidl 95 int createSecureContainer(String id, int sizeMb, String fstype, String key, int ownerUid);
  /external/bluetooth/glib/gio/
glocalfile.c 948 const char *fstype; local
1035 fstype = g_strdup(statfs_buffer.f_fstypename);
1037 fstype = get_fs_type (statfs_buffer.f_type);
1041 fstype = g_strdup(statfs_buffer.f_basetype);
1045 if (fstype &&
1048 g_file_info_set_attribute_string (info, G_FILE_ATTRIBUTE_FILESYSTEM_TYPE, fstype);
    [all...]
  /external/freetype/include/freetype/
freetype.h     [all...]
tttables.h 356 FT_Short fsType;
    [all...]
  /frameworks/base/services/java/com/android/server/
MountService.java     [all...]
  /external/freetype/src/sfnt/
ttload.c     [all...]
  /external/e2fsprogs/po/
ca.po     [all...]
e2fsprogs.pot     [all...]
cs.po     [all...]
es.po     [all...]
fr.po     [all...]
it.po     [all...]
nl.po     [all...]
pl.po     [all...]
sv.po     [all...]

Completed in 926 milliseconds

1 2