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

/vbox/src/VBox/VMM/VMMR3/
H A DPDMLdr.cpp70 static char *pdmR3File(const char *pszFile, const char *pszDefaultExt, const char *pszSearchPath, bool fShared);
1003 return pdmR3File(pszFile, NULL, NULL, fShared);
1021 return pdmR3File(pszFile, NULL, pszSearchPath, /*fShared=*/false);
1039 return pdmR3File(pszFile, NULL, pszSearchPath, /*fShared=*/false);
1044 * Worker for pdmR3File().
1107 static char *pdmR3File(const char *pszFile, const char *pszDefaultExt, const char *pszSearchPath, bool fShared) function

Completed in 48 milliseconds