Home
last modified time | relevance | path

Searched defs:mountPoint (Results 1 – 4 of 4) sorted by relevance

/system/vold/
DProcess.cpp52 int Process::pathMatchesMountPoint(const char* path, const char* mountPoint) { in pathMatchesMountPoint()
79 int Process::checkFileDescriptorSymLinks(int pid, const char *mountPoint) { in checkFileDescriptorSymLinks()
83 int Process::checkFileDescriptorSymLinks(int pid, const char *mountPoint, char *openFilename, size_… in checkFileDescriptorSymLinks()
124 int Process::checkFileMaps(int pid, const char *mountPoint) { in checkFileMaps()
128 int Process::checkFileMaps(int pid, const char *mountPoint, char *openFilename, size_t max) { in checkFileMaps()
154 int Process::checkSymLink(int pid, const char *mountPoint, const char *name) { in checkSymLink()
DVolumeManager.cpp398 char mountPoint[255]; in createAsec() local
452 char mountPoint[255]; in finalizeAsec() local
500 char mountPoint[255]; in fixupAsecPermissions() local
612 char mountPoint[255]; in renameAsec() local
660 char mountPoint[255]; in unmountAsec() local
679 char mountPoint[255]; in unmountObb() local
693 const char *fileName, const char *mountPoint, bool force) { in unmountLoopImage()
776 char mountPoint[255]; in destroyAsec() local
863 char mountPoint[255]; in mountAsec() local
992 char mountPoint[255]; in mountObb() local
DExt4.cpp48 int Ext4::doMount(const char *fsPath, const char *mountPoint, bool ro, bool remount, in doMount()
DFat.cpp97 int Fat::doMount(const char *fsPath, const char *mountPoint, in doMount()