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

/vbox/src/VBox/Main/src-all/
H A DExtPackUtil.cpp1119 * @param phTarFss Where to return the filesystem stream handle.
1125 int VBoxExtPackOpenTarFss(RTFILE hTarballFile, char *pszError, size_t cbError, PRTVFSFSSTREAM phTarFss, argument
1130 *phTarFss = NIL_RTVFSFSSTREAM;
1165 *phTarFss = hTarFss;
/vbox/src/VBox/Main/src-helper-apps/
H A DVBoxExtPackHelperApp.cpp263 * @param phTarFss Where to return the filesystem stream handle.
265 static RTEXITCODE OpenTarFss(RTFILE hTarballFile, PRTVFSFSSTREAM phTarFss) argument
268 int rc = VBoxExtPackOpenTarFss(hTarballFile, szError, sizeof(szError), phTarFss, NULL);

Completed in 50 milliseconds