Searched refs:Fat (Results 1 - 5 of 5) sorted by relevance

/system/vold/
H A DFat.h22 class Fat { class
H A DFat.cpp45 #include "Fat.h"
52 int Fat::check(const char *fsPath) {
115 int Fat::doMount(const char *fsPath, const char *mountPoint,
172 int Fat::format(const char *fsPath, unsigned int numSectors, bool wipe) {
179 Fat::wipe(fsPath, numSectors);
231 void Fat::wipe(const char *fsPath, unsigned int numSectors) {
241 SLOGE("Fat wipe failed to determine size of %s", fsPath);
248 SLOGE("Fat wipe failed to discard blocks on %s", fsPath);
250 SLOGI("Fat wipe %d sectors on %s succeeded", numSectors, fsPath);
254 SLOGE("Fat wip
[all...]
H A DAndroid.mk13 Fat.cpp \
H A DVolume.cpp48 #include "Fat.h"
278 if (Fat::format(devicePath, 0, wipe)) {
426 if (Fat::check(devicePath)) {
441 if (Fat::doMount(devicePath, getMountpoint(), false, false, false,
H A DVolumeManager.cpp50 #include "Fat.h"
528 formatStatus = Fat::format(dmDevice, numImgSectors, 0);
557 mountStatus = Fat::doMount(dmDevice, mountPoint, false, false, false, ownerUid, 0, 0000,
776 result = Fat::doMount(loopDevice, mountPoint, true, true, true, 0, 0, 0227, false);
1344 result = Fat::doMount(dmDevice, mountPoint, readOnly, false, readOnly, ownerUid, 0, 0222, false);
1440 if (Fat::doMount(dmDevice, mountPoint, true, false, true, 0, ownerGid,

Completed in 50 milliseconds