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

/system/vold/
H A DProcess.cpp79 int Process::checkFileDescriptorSymLinks(int pid, const char *mountPoint) { function in class:Process
80 return checkFileDescriptorSymLinks(pid, mountPoint, NULL, 0);
83 int Process::checkFileDescriptorSymLinks(int pid, const char *mountPoint, char *openFilename, size_t max) { function in class:Process
200 if (checkFileDescriptorSymLinks(pid, path, openfile, sizeof(openfile))) {

Completed in 697 milliseconds