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/wpa_supplicant_8/src/utils/
wpa_debug.c 146 char *tmp2, *tmp_path, *fstype; local
150 fstype = strtok_r(NULL, " ", &tmp2);
151 if (strcmp(fstype, "debugfs") == 0) {
  /external/e2fsprogs/misc/
fsck.c 12 * o Changed -t fstype to behave like with mount when -A (all file
119 static 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 252 public int createSecureContainer(String id, int sizeMb, String fstype, String key,
261 _data.writeString(fstype);
1103 String fstype; local
    [all...]
  /external/libsepol/include/sepol/policydb/
policydb.h 309 char *name; /* name of initial SID, fs, netif, fstype, path */
344 char *fstype; member in struct:genfs

Completed in 198 milliseconds