/external/chromium_org/chrome/browser/prefs/ |
chrome_pref_service_factory.cc | 90 file_util::FileSystemType fstype; local 91 if (file_util::GetFileSystemType(pref_filename.DirName(), &fstype)) { 93 static_cast<int>(fstype),
|
/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 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] [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); 954 String fstype; local [all...] |
/external/libsepol/include/sepol/policydb/ |
policydb.h | 306 char *name; /* name of initial SID, fs, netif, fstype, path */ 341 char *fstype; member in struct:genfs
|