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.cpp56 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

Completed in 181 milliseconds