Searched refs:vfat (Results 1 – 10 of 10) sorted by relevance
/system/vold/ |
D | PublicVolume.cpp | 102 if (vfat::Check(mDevPath)) { in doMount() 131 if (vfat::Mount(mDevPath, mRawPath, false, false, false, in doMount() 234 if (vfat::Format(mDevPath, 0)) { in doFormat()
|
D | VolumeManager.cpp | 896 formatStatus = android::vold::vfat::Format(dmDevice, numImgSectors); in createAsec() 926 mountStatus = android::vold::vfat::Mount(dmDevice, mountPoint, in createAsec() 1146 result = android::vold::vfat::Mount(loopDevice, mountPoint, in finalizeAsec() 1712 result = android::vold::vfat::Mount(dmDevice, mountPoint, in mountAsec() 1802 if (android::vold::vfat::Mount(dmDevice, mountPoint, in mountObb()
|
/system/vold/fs/ |
D | Vfat.h | 26 namespace vfat {
|
D | Vfat.cpp | 56 namespace vfat { namespace
|
/system/sepolicy/ |
D | platform_app.te | 39 allow platform_app vfat:dir create_dir_perms; 40 allow platform_app vfat:file create_file_perms;
|
D | genfs_contexts | 35 genfscon vfat / u:object_r:vfat:s0
|
D | app.te | 193 # Access OBBs (vfat images) mounted by vold (b/17633509) 195 allow appdomain vfat:dir r_dir_perms; 196 allow appdomain vfat:file rw_file_perms;
|
D | file.te | 51 type vfat, sdcard_type, fs_type, mlstrustedobject;
|
D | domain.te | 266 # sdcard_type / vfat is exempt as a larger set of domains need
|
/system/core/crash_reporter/ |
D | TEST_WARNING | 25 Apr 31 25:25:25 localhost kernel: [117959.231482] Modules linked in: nls_iso8859_1 nls_cp437 vfat f…
|