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

  /external/checkpolicy/
checkpolicy.c 384 char ans[80 + 1], *file = txtfile, *outfile = NULL, *path, *fstype; local
944 printf("fstype? ");
968 printf("fstype? ");
971 fstype = strdup(ans);
998 sepol_genfs_sid(fstype, path, tclass, &ssid);
1000 free(fstype);
  /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);
934 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...]
  /external/libsepol/include/sepol/policydb/
policydb.h 292 char *name; /* name of initial SID, fs, netif, fstype, path */
327 char *fstype; member in struct:genfs

Completed in 111 milliseconds