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

/vbox/src/VBox/Main/src-helper-apps/
H A DVBoxExtPackHelperApp.cpp1144 static const char * const s_apszPaths[] = local
1162 for (unsigned i = 0; i < RT_ELEMENTS(s_apszPaths); i++)
1164 int rc = RTPathJoin(pszPath, cbPath, s_apszPaths[i], pszName);

Completed in 45 milliseconds