Searched defs:fstype (Results 1 - 9 of 9) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dwpa_debug.c146 char *tmp2, *tmp_path, *fstype; local
150 fstype = strtok_r(NULL, " ", &tmp2);
151 if (strcmp(fstype, "debugfs") == 0) {
/external/wpa_supplicant_8/src/utils/
H A Dwpa_debug.c146 char *tmp2, *tmp_path, *fstype; local
150 fstype = strtok_r(NULL, " ", &tmp2);
151 if (strcmp(fstype, "debugfs") == 0) {
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dwpa_debug.c146 char *tmp2, *tmp_path, *fstype; local
150 fstype = strtok_r(NULL, " ", &tmp2);
151 if (strcmp(fstype, "debugfs") == 0) {
/external/checkpolicy/
H A Dcheckpolicy.c384 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);
H A Dpolicy_define.c4450 int define_genfs_context_helper(char *fstype, int has_type) argument
4463 free(fstype);
4473 if (strcmp(fstype, genfs->fstype) <= 0)
4477 if (!genfs || strcmp(fstype, genfs->fstype)) {
4484 newgenfs->fstype = fstype;
4548 fstype, newc->u.name);
4567 if (fstype)
[all...]
/external/e2fsprogs/misc/
H A Dfsck.c12 * 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] [f
[all...]
/external/libsepol/src/
H A Dservices.c1387 int hidden sepol_genfs_sid(const char *fstype, argument
1398 cmp = strcmp(fstype, genfs->fstype);
1434 int hidden sepol_fs_use(const char *fstype, argument
1442 if (strcmp(fstype, c->u.name) == 0)
1458 rc = sepol_genfs_sid(fstype, "/", SECCLASS_DIR, sid);
/external/e2fsprogs/lib/blkid/
H A Dprobe.c1635 int blkid_known_fstype(const char *fstype) argument
1640 if (strcmp(fstype, id->bim_type) == 0)
/external/libsepol/include/sepol/policydb/
H A Dpolicydb.h305 char *name; /* name of initial SID, fs, netif, fstype, path */
340 char *fstype; member in struct:genfs

Completed in 103 milliseconds