Home
last modified time | relevance | path

Searched defs:fsPath (Results 1 – 2 of 2) sorted by relevance

/system/vold/
DFat.cpp52 int Fat::check(const char *fsPath) { in check()
115 int Fat::doMount(const char *fsPath, const char *mountPoint, in doMount()
172 int Fat::format(const char *fsPath, unsigned int numSectors, bool wipe) { in format()
230 void Fat::wipe(const char *fsPath, unsigned int numSectors) { in wipe()
DExt4.cpp48 int Ext4::doMount(const char *fsPath, const char *mountPoint, bool ro, bool remount, in doMount()
70 int Ext4::format(const char *fsPath, const char *mountpoint) { in format()