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

  /external/toybox/tests/
fstype.test 13 for i in cramfs ext2 ext3 ext4 f2fs ntfs squashfs vfat xfs
18 testing "msdos" 'bzcat "$BDIR"/msdos.bz2 | fstype -' 'vfat\n' "" ""
23 #vfat // fat32 fat12 fat16
  /system/vold/fs/
Vfat.h 26 namespace vfat { namespace in namespace:android::vold
36 } // namespace vfat
Vfat.cpp 48 #include "Vfat.h"
56 namespace vfat { namespace in namespace:android::vold
64 && IsFilesystemSupported("vfat");
146 rc = mount(c_source, c_target, "vfat", flags, mountData);
151 rc = mount(c_source, c_target, "vfat", flags, mountData);
208 } // namespace vfat
  /system/sepolicy/prebuilts/api/26.0/private/
platform_app.te 38 allow platform_app vfat:dir create_dir_perms;
39 allow platform_app vfat:file create_file_perms;
app_neverallows.te 82 -vfat
  /system/sepolicy/private/
platform_app.te 38 allow platform_app vfat:dir create_dir_perms;
39 allow platform_app vfat:file create_file_perms;
app_neverallows.te 87 -vfat
  /frameworks/base/tools/obbtool/
mkobb.sh 25 FS=vfat
26 MKFS=mkfs.vfat
  /system/vold/
PublicVolume.cpp 17 #include "fs/Vfat.h"
98 if (mFsType != "vfat") {
103 if (vfat::Check(mDevPath)) {
132 if (vfat::Mount(mDevPath, mRawPath, false, false, false,
233 if (fsType == "vfat" || fsType == "auto") {
237 if (vfat::Format(mDevPath, 0)) {
VolumeManager.cpp 57 #include "fs/Vfat.h"
977 formatStatus = android::vold::vfat::Format(dmDevice, numImgSectors);
1007 mountStatus = android::vold::vfat::Mount(dmDevice, mountPoint,
    [all...]
  /external/ltp/testcases/commands/mkfs/
mkfs01.sh 35 usage: $0 [-f <ext2|ext3|ext4|vfat|...>]
77 blkid $2 -t TYPE="vfat" >/dev/null
  /external/ltp/testcases/commands/df/
df01.sh 35 usage: $0 [-f <ext2|ext3|ext4|vfat|...>]
  /external/freetype/src/base/
ftrfork.c 413 CONST_FT_RFORK_RULE_ARRAY_ENTRY(vfat, vfat)
  /external/pdfium/third_party/freetype/src/base/
ftrfork.c 356 CONST_FT_RFORK_RULE_ARRAY_ENTRY(vfat, vfat)
  /external/selinux/libsepol/tests/policies/test-cond/
refpolicy-base.conf     [all...]

Completed in 1273 milliseconds