Searched defs:checkFileMaps (Results 1 - 1 of 1) sorted by relevance

/system/vold/
H A DProcess.cpp124 int Process::checkFileMaps(int pid, const char *mountPoint) { function in class:Process
125 return checkFileMaps(pid, mountPoint, NULL, 0);
128 int Process::checkFileMaps(int pid, const char *mountPoint, char *openFilename, size_t max) { function in class:Process
202 } else if (checkFileMaps(pid, path, openfile, sizeof(openfile))) {

Completed in 3 milliseconds