Searched refs:Format (Results 1 – 9 of 9) sorted by relevance
/system/vold/fs/ |
D | F2fs.h | 32 status_t Format(const std::string& source);
|
D | Vfat.h | 34 status_t Format(const std::string& source, unsigned int numSectors);
|
D | Ext4.h | 33 status_t Format(const std::string& source, unsigned int numSectors,
|
D | F2fs.cpp | 72 status_t Format(const std::string& source) { in Format() function
|
D | Ext4.cpp | 164 status_t Format(const std::string& source, unsigned int numSectors, in Format() function
|
D | Vfat.cpp | 181 status_t Format(const std::string& source, unsigned int numSectors) { in Format() function
|
/system/vold/ |
D | PrivateVolume.cpp | 205 if (ext4::Format(mDmDevPath, 0, "/data")) { in doFormat() 210 if (f2fs::Format(mDmDevPath)) { in doFormat()
|
D | PublicVolume.cpp | 224 if (vfat::Format(mDevPath, 0)) { in doFormat()
|
D | VolumeManager.cpp | 900 formatStatus = android::vold::ext4::Format(dmDevice, numImgSectors, mountPoint); in createAsec() 902 formatStatus = android::vold::vfat::Format(dmDevice, numImgSectors); in createAsec()
|