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

/vbox/src/VBox/Main/src-server/linux/
H A DHostHardwareLinux.cpp825 VECTOR_PTR(char *) *pvecpchDevs, int withRealPath)
838 if (withRealPath)
857 * @param withRealPath whether to canonicalise the filename with realpath
860 int withRealPath)
872 err = readFilePathsFromDir(pcszPath, pDir, pvecpchDevs, withRealPath);
824 readFilePathsFromDir(const char *pcszPath, DIR *pDir, VECTOR_PTR(char *) *pvecpchDevs, int withRealPath) argument
859 readFilePaths(const char *pcszPath, VECTOR_PTR(char *) *pvecpchDevs, int withRealPath) argument

Completed in 65 milliseconds