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

/external/toybox/toys/other/
H A Dblkid.c8 USE_FSTYPE(NEWTOY(fstype, "<1", TOYFLAG_BIN))
19 bool "fstype"
22 usage: fstype DEV...
30 struct fstype { struct
36 static const struct fstype fstypes[] = {
75 for (i=0; i < sizeof(fstypes)/sizeof(struct fstype); i++) {
109 // Output for fstype
/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 (fstype && 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 (fstype && 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 (fstype && strcmp(fstype, "debugfs") == 0) {
/external/selinux/checkpolicy/
H A Dcheckpolicy.c387 char ans[80 + 1], *outfile = NULL, *path, *fstype; local
979 printf("fstype? ");
1003 printf("fstype? ");
1006 fstype = strdup(ans);
1033 sepol_genfs_sid(fstype, path, tclass, &ssid);
1035 free(fstype);
H A Dpolicy_define.c5224 int define_genfs_context_helper(char *fstype, int has_type) argument
5237 free(fstype);
5247 if (strcmp(fstype, genfs->fstype) <= 0)
5251 if (!genfs || strcmp(fstype, genfs->fstype)) {
5258 newgenfs->fstype = fstype;
5322 fstype, newc->u.name);
5341 if (fstype)
[all...]
/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/e2fsprogs/lib/blkid/
H A Dprobe.c1652 int blkid_known_fstype(const char *fstype) argument
1657 if (strcmp(fstype, id->bim_type) == 0)
/external/iproute2/tc/
H A Dtc_bpf.c302 static const char *bpf_find_mntpt(const char *fstype, unsigned long magic, argument
328 if (strcmp(type, fstype) == 0)
333 if (strcmp(type, fstype) != 0)
/external/selinux/libsepol/src/
H A Dservices.c2087 int hidden sepol_genfs_sid(const char *fstype, argument
2098 cmp = strcmp(fstype, genfs->fstype);
2134 int hidden sepol_fs_use(const char *fstype, argument
2142 if (strcmp(fstype, c->u.name) == 0)
2158 rc = sepol_genfs_sid(fstype, "/", SECCLASS_DIR, sid);
/external/selinux/libsepol/include/sepol/policydb/
H A Dpolicydb.h332 char *name; /* name of initial SID, fs, netif, fstype, path */
367 char *fstype; member in struct:genfs
/external/toybox/generated/
H A Dglobals.h978 struct arg_list *fstype; member in struct:df_data
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1300 milliseconds