Searched refs:fstype (Results 1 - 16 of 16) sorted by relevance

/external/libsepol/include/sepol/policydb/
H A Dservices.h202 extern int sepol_fs_use(const char *fstype, /* IN */
211 extern int sepol_genfs_sid(const char *fstype, /* IN */
H A Dpolicydb.h309 char *name; /* name of initial SID, fs, netif, fstype, path */
344 char *fstype; member in struct:genfs
/external/e2fsprogs/lib/blkid/
H A Dblkid.h77 int blkid_known_fstype(const char *fstype);
H A Dblkid.h.in77 int blkid_known_fstype(const char *fstype);
H A Dprobe.c1639 int blkid_known_fstype(const char *fstype) argument
1644 if (strcmp(fstype, id->bim_type) == 0)
/external/e2fsprogs/misc/
H A Dfsck.c12 * 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] [f
[all...]
/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.c4496 int define_genfs_context_helper(char *fstype, int has_type) argument
4509 free(fstype);
4519 if (strcmp(fstype, genfs->fstype) <= 0)
4523 if (!genfs || strcmp(fstype, genfs->fstype)) {
4530 newgenfs->fstype = fstype;
4594 fstype, newc->u.name);
4613 if (fstype)
[all...]
/external/libsepol/src/
H A Dservices.c2011 int hidden sepol_genfs_sid(const char *fstype, argument
2022 cmp = strcmp(fstype, genfs->fstype);
2058 int hidden sepol_fs_use(const char *fstype, argument
2066 if (strcmp(fstype, c->u.name) == 0)
2082 rc = sepol_genfs_sid(fstype, "/", SECCLASS_DIR, sid);
H A Dpolicydb.c1324 free(g->fstype);
2704 newgenfs->fstype = malloc(len + 1);
2705 if (!newgenfs->fstype) {
2709 rc = next_entry(newgenfs->fstype, fp, len);
2711 free(newgenfs->fstype);
2715 newgenfs->fstype[len] = 0;
2718 if (strcmp(newgenfs->fstype, genfs->fstype) == 0) {
2719 ERR(fp->handle, "dup genfs fstype %s",
2720 newgenfs->fstype);
[all...]
H A Dwrite.c1400 len = strlen(genfs->fstype);
1405 items = put_entry(genfs->fstype, 1, len, fp);
H A Dexpand.c2314 newgenfs->fstype = strdup(genfs->fstype);
2315 if (!newgenfs->fstype) {
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 498 milliseconds