HomeSort by relevance Sort by last modified time
    Searched refs:fstype (Results 1 - 12 of 12) sorted by null

  /hardware/libhardware_legacy/include/hardware_legacy/
IMountService.h 51 virtual int createSecureContainer(String16 id, int sizeMb, String16 fstype, String16 key, int ownerUid) = 0;
  /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,
  /frameworks/base/include/storage/
IMountService.h 47 const int32_t sizeMb, const String16& fstype, const String16& key,
  /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...]
  /system/vold/
VolumeManager.h 93 int createAsec(const char *id, unsigned numSectors, const char *fstype,
VolumeManager.cpp 293 const char *fstype, const char *key, int ownerUid) {
409 if (strcmp(fstype, "none")) {
410 if (strcmp(fstype, "fat")) {
411 SLOGW("Unknown fstype '%s' specified for container", fstype);
    [all...]
  /frameworks/base/core/java/android/os/storage/
IMountService.java 250 public int createSecureContainer(String id, int sizeMb, String fstype, String key,
259 _data.writeString(fstype);
746 String fstype; local
747 fstype = data.readString();
752 int resultCode = createSecureContainer(id, sizeMb, fstype, key, ownerUid);
    [all...]
  /frameworks/base/libs/storage/
IMountService.cpp 231 int32_t createSecureContainer(const String16& id, const int32_t sizeMb, const String16& fstype,
238 data.writeString16(fstype);
  /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/services/java/com/android/server/
MountService.java     [all...]

Completed in 413 milliseconds