Searched refs:vfat (Results 1 - 4 of 4) sorted by relevance

/system/vold/fs/
H A DVfat.h26 namespace vfat { namespace in namespace:android::vold
36 } // namespace vfat
H A DVfat.cpp56 namespace vfat { namespace in namespace:android::vold
64 && IsFilesystemSupported("vfat");
155 rc = mount(c_source, c_target, "vfat", flags, mountData);
160 rc = mount(c_source, c_target, "vfat", flags, mountData);
217 } // namespace vfat
/system/vold/
H A DPublicVolume.cpp97 if (mFsType != "vfat") {
102 if (vfat::Check(mDevPath)) {
134 if (vfat::Mount(mDevPath, mRawPath, false, false, false,
220 if (fsType == "vfat" || fsType == "auto") {
224 if (vfat::Format(mDevPath, 0)) {
H A DVolumeManager.cpp902 formatStatus = android::vold::vfat::Format(dmDevice, numImgSectors);
932 mountStatus = android::vold::vfat::Mount(dmDevice, mountPoint,
1152 result = android::vold::vfat::Mount(loopDevice, mountPoint,
1718 result = android::vold::vfat::Mount(dmDevice, mountPoint,
1808 if (android::vold::vfat::Mount(dmDevice, mountPoint,

Completed in 76 milliseconds