Searched defs:fsPath (Results 1 – 2 of 2) sorted by relevance
/system/vold/ |
D | Fat.cpp | 52 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()
|
D | Ext4.cpp | 48 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()
|