HomeSort by relevance Sort by last modified time
    Searched refs:Fat (Results 1 - 5 of 5) sorted by null

  /system/vold/
Fat.h 22 class Fat {
Fat.cpp 39 #include "Fat.h"
46 int Fat::check(const char *fsPath) {
71 SLOGE("Filesystem check failed (not a FAT filesystem)");
95 int Fat::doMount(const char *fsPath, const char *mountPoint,
152 int Fat::format(const char *fsPath, unsigned int numSectors) {
Android.mk 20 Fat.cpp \
Volume.cpp 42 #include "Fat.h"
239 if (Fat::format(devicePath, 0)) {
319 if (Fat::check(devicePath)) {
321 SLOGW("%s does not contain a FAT filesystem\n", devicePath);
336 if (Fat::doMount(devicePath, "/mnt/secure/staging", false, false, false,
VolumeManager.cpp 40 #include "Fat.h"
410 if (strcmp(fstype, "fat")) {
414 if (Fat::format(dmDevice, numImgSectors)) {
415 SLOGE("ASEC FAT format failed (%s)", strerror(errno));
438 if (Fat::doMount(dmDevice, mountPoint, false, false, false, ownerUid,
440 SLOGE("ASEC FAT mount failed (%s)", strerror(errno));
476 if (Fat::doMount(loopDevice, mountPoint, true, true, true, 0, 0, 0227, false)) {
787 if (Fat::doMount(dmDevice, mountPoint, true, false, true, ownerUid, 0,
892 if (Fat::doMount(dmDevice, mountPoint, true, false, true, ownerUid, 0,
    [all...]

Completed in 59 milliseconds