Searched defs:vfat (Results 1 - 2 of 2) sorted by relevance

/system/vold/fs/
H A DVfat.h26 namespace vfat { namespace in namespace:android::vold
36 } // namespace vfat
H A DVfat.cpp52 namespace vfat { namespace in namespace:android::vold
60 && IsFilesystemSupported("vfat");
135 rc = mount(c_source, c_target, "vfat", flags, mountData.c_str());
140 rc = mount(c_source, c_target, "vfat", flags, mountData.c_str());
195 } // namespace vfat

Completed in 58 milliseconds