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

/external/chromium_org/chrome/browser/prefs/
H A Dchrome_pref_service_factory.cc74 file_util::FileSystemType fstype; local
75 if (file_util::GetFileSystemType(pref_filename.DirName(), &fstype)) {
77 static_cast<int>(fstype),
/external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/
H A Dmount_html5fs_test.cc70 PP_FileSystemType fstype,
74 EXPECT_CALL(*filesystem, Create(instance_, fstype))
69 SetUpFilesystemExpectations( PP_FileSystemType fstype, int expected_size, bool async_callback) argument
/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/e2fsprogs/lib/blkid/
H A Dprobe.c1636 int blkid_known_fstype(const char *fstype) argument
1641 if (strcmp(fstype, id->bim_type) == 0)
/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);
/external/libsepol/include/sepol/policydb/
H A Dpolicydb.h306 char *name; /* name of initial SID, fs, netif, fstype, path */
341 char *fstype; member in struct:genfs

Completed in 381 milliseconds