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

1 2

  /device/ti/panda/
recovery.fstab 1 # mount point fstype device
  /device/samsung/maguro/
recovery.fstab 1 # mount point fstype device
  /device/samsung/tuna/
recovery.fstab 1 # mount point fstype device
  /external/e2fsprogs/misc/
fsck.c 12 * o Changed -t fstype to behave like with mount when -A (all file
120 char *fstype = NULL; variable
710 else if (fstype && strncmp(fstype, "no", 2) &&
711 strncmp(fstype, "opts=", 5) && strncmp(fstype, "loop", 4) &&
712 !strchr(fstype, ','))
713 type = fstype;
891 * If a specific fstype is specified, and it doesn't match,
1077 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);
blkid.h.in 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;
  /external/qemu/
qemu-config.c 161 .implied_opt_name = "fstype",
165 .name = "fstype",
180 .implied_opt_name = "fstype",
184 .name = "fstype",
  /external/webkit/Source/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/include/storage/
IMountService.h 47 const int32_t sizeMb, const String16& fstype, const String16& key,
  /system/vold/
VolumeManager.h 90 int createAsec(const char *id, unsigned numSectors, const char *fstype,
VolumeManager.cpp 227 const char *fstype, const char *key, int ownerUid) {
343 if (strcmp(fstype, "none")) {
344 if (strcmp(fstype, "fat")) {
345 SLOGW("Unknown fstype '%s' specified for container", fstype);
    [all...]
CommandListener.cpp 299 "Usage: asec create <container-id> <size_mb> <fstype> <key> <ownerUid>", false);
  /frameworks/base/core/java/android/os/storage/
IMountService.java 254 public int createSecureContainer(String id, int sizeMb, String fstype, String key,
263 _data.writeString(fstype);
906 String fstype; local
    [all...]
  /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...]
  /frameworks/base/libs/storage/
IMountService.cpp 235 int32_t createSecureContainer(const String16& id, const int32_t sizeMb, const String16& fstype,
242 data.writeString16(fstype);
  /external/chromium/chrome/browser/prefs/
pref_service.cc 106 file_util::FileSystemType fstype;
107 if (file_util::GetFileSystemType(pref_filename.DirName(), &fstype)) {
109 static_cast<int>(fstype),
  /external/skia/src/ports/
SkFontHost_FreeType.cpp 318 FT_UShort fsType = FT_Get_FSType_Flags(face);
319 return (fsType & (FT_FSTYPE_RESTRICTED_LICENSE_EMBEDDING |
325 return (os2_table->fsType & 0x202) == 0;
    [all...]
  /external/freetype/include/freetype/
freetype.h     [all...]
tttables.h 356 FT_Short fsType;
    [all...]
  /external/freetype/src/sfnt/
ttload.c     [all...]
  /frameworks/base/services/java/com/android/server/
MountService.java     [all...]

Completed in 957 milliseconds

1 2