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

/vbox/src/VBox/Main/src-all/
H A DExtPackManagerImpl.cpp1834 char szBaseDir[RTPATH_MAX]; local
1835 int rc = RTPathAppPrivateArchTop(szBaseDir, sizeof(szBaseDir));
1837 rc = RTPathAppend(szBaseDir, sizeof(szBaseDir), VBOX_EXTPACK_INSTALL_DIR);
1850 m->strBaseDir = szBaseDir;
1879 int vrc = RTDirOpen(&pDir, szBaseDir);

Completed in 53 milliseconds