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

  /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...]
  /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...]

Completed in 586 milliseconds