Searched refs:doMount (Results 1 - 6 of 6) sorted by relevance

/system/vold/
H A DExt4.h24 static int doMount(const char *fsPath, const char *mountPoint, bool ro, bool remount,
H A DFat.h25 static int doMount(const char *fsPath, const char *mountPoint,
H A DExt4.cpp48 int Ext4::doMount(const char *fsPath, const char *mountPoint, bool ro, bool remount, function in class:Ext4
H A DFat.cpp97 int Fat::doMount(const char *fsPath, const char *mountPoint, function in class:Fat
H A DVolumeManager.cpp415 mountStatus = Ext4::doMount(dmDevice, mountPoint, false, false, false);
417 mountStatus = Fat::doMount(dmDevice, mountPoint, false, false, false, ownerUid, 0, 0000,
481 result = Ext4::doMount(loopDevice, mountPoint, true, true, true);
483 result = Fat::doMount(loopDevice, mountPoint, true, true, true, 0, 0, 0227, false);
537 int ret = Ext4::doMount(loopDevice, mountPoint,
593 result |= Ext4::doMount(loopDevice, mountPoint,
967 result = Ext4::doMount(dmDevice, mountPoint, true, false, true);
969 result = Fat::doMount(dmDevice, mountPoint, true, false, true, ownerUid, 0, 0222, false);
1088 if (Fat::doMount(dmDevice, mountPoint, true, false, true, 0, ownerGid,
H A DVolume.cpp428 if (Fat::doMount(devicePath, "/mnt/secure/staging", false, false, false,

Completed in 49 milliseconds