Searched refs:a_pszDir (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Main/include/
H A DExtPackUtil.h115 RTCString *VBoxExtPackLoadDesc(const char *a_pszDir, PVBOXEXTPACKDESC a_pExtPackDesc, PRTFSOBJINFO a_pObjInfo);
H A DExtPackManagerImpl.h99 HRESULT initWithDir(VBOXEXTPACKCTX a_enmContext, const char *a_pszName, const char *a_pszDir);
/vbox/src/VBox/Main/src-all/
H A DExtPackUtil.cpp220 * @param a_pszDir The directory containing the description file.
225 RTCString *VBoxExtPackLoadDesc(const char *a_pszDir, PVBOXEXTPACKDESC a_pExtPackDesc, PRTFSOBJINFO a_pObjInfo) argument
233 int vrc = RTPathJoin(szFilePath, sizeof(szFilePath), a_pszDir, VBOX_EXTPACK_DESCRIPTION_NAME);
274 * @param a_pszDir The directory containing the description file.
H A DExtPackManagerImpl.cpp668 * @param a_pszDir The extension pack directory name.
670 HRESULT ExtPack::initWithDir(VBOXEXTPACKCTX a_enmContext, const char *a_pszName, const char *a_pszDir) argument
706 m->strExtPackPath = a_pszDir;

Completed in 56 milliseconds