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

  /external/chromium_org/chrome/browser/prefs/
chrome_pref_service_factory.cc 74 file_util::FileSystemType fstype; local
75 if (file_util::GetFileSystemType(pref_filename.DirName(), &fstype)) {
77 static_cast<int>(fstype),
  /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 306 char *name; /* name of initial SID, fs, netif, fstype, path */
341 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/kernel-headers/original/linux/
mount.h 80 extern struct vfsmount *do_kern_mount(const char *fstype, int flags,
  /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/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 256 int VolumeManager::createAsec(const char *id, unsigned int numSectors, const char *fstype,
261 const bool wantFilesystem = strcmp(fstype, "none");
264 usingExt4 = !strcmp(fstype, "ext4");
267 } else if (strcmp(fstype, "fat")) {
268 SLOGE("Invalid filesystem type %s", fstype);
    [all...]
  /external/chromium/chrome/browser/prefs/
pref_service.cc 106 file_util::FileSystemType fstype;
107 if (file_util::GetFileSystemType(pref_filename.DirName(), &fstype)) {
109 static_cast<int>(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) {
  /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/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 1322 free(g->fstype);
    [all...]
write.c     [all...]
expand.c     [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io_test/
mount_html5fs_test.cc 70 PP_FileSystemType fstype,
74 EXPECT_CALL(*filesystem, Create(instance_, fstype))
  /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/java/com/android/server/
MountService.java     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 936 milliseconds