HomeSort by relevance Sort by last modified time
    Searched refs:fstype (Results 1 - 21 of 21) sorted by null

  /external/libsepol/include/sepol/policydb/
services.h 202 extern int sepol_fs_use(const char *fstype, /* IN */
211 extern int sepol_genfs_sid(const char *fstype, /* IN */
policydb.h 309 char *name; /* name of initial SID, fs, netif, fstype, path */
344 char *fstype; member in struct:genfs
  /hardware/libhardware_legacy/include/hardware_legacy/
IMountService.h 51 virtual int createSecureContainer(String16 id, int sizeMb, String16 fstype, String16 key, int ownerUid) = 0;
  /external/e2fsprogs/lib/blkid/
blkid.h 77 int blkid_known_fstype(const char *fstype);
blkid.h.in 77 int blkid_known_fstype(const char *fstype);
probe.c     [all...]
  /external/e2fsprogs/misc/
fsck.c 12 * 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] [fs-options] [filesys ...]\n"), stderr)
    [all...]
  /frameworks/base/include/storage/
IMountService.h 49 const int32_t sizeMb, const String16& fstype, const String16& key,
  /system/vold/
VolumeManager.h 92 int createAsec(const char *id, unsigned numSectors, const char *fstype,
VolumeManager.cpp 390 int VolumeManager::createAsec(const char *id, unsigned int numSectors, const char *fstype,
401 const bool wantFilesystem = strcmp(fstype, "none");
404 usingExt4 = !strcmp(fstype, "ext4");
407 } else if (strcmp(fstype, "fat")) {
408 SLOGE("Invalid filesystem type %s", fstype);
    [all...]
  /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/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);
policy_define.c     [all...]
  /external/libsepol/src/
services.c     [all...]
policydb.c 1324 free(g->fstype);
    [all...]
write.c     [all...]
expand.c     [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);
1103 String fstype; local
    [all...]
  /frameworks/base/libs/storage/
IMountService.cpp 235 int32_t createSecureContainer(const String16& id, const int32_t sizeMb, const String16& fstype,
242 data.writeString16(fstype);
  /frameworks/base/services/core/java/com/android/server/
MountService.java     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 720 milliseconds