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

/vbox/src/VBox/Main/include/
H A DExtPackUtil.h129 int VBoxExtPackOpenTarFss(RTFILE hTarballFile, char *pszError, size_t cbError, PRTVFSFSSTREAM phTarFss, PRTMANIFEST phFileManifest);
/vbox/src/VBox/Main/src-all/
H A DExtPackUtil.cpp1125 int VBoxExtPackOpenTarFss(RTFILE hTarballFile, char *pszError, size_t cbError, PRTVFSFSSTREAM phTarFss, function
1240 int rc = VBoxExtPackOpenTarFss(hTarballFile, pszError, cbError, &hTarFss, &hFileManifest);
H A DExtPackManagerImpl.cpp499 int vrc = VBoxExtPackOpenTarFss(m->hExtPackFile, szError, sizeof(szError), &hTarFss, NULL);
/vbox/src/VBox/Main/src-helper-apps/
H A DVBoxExtPackHelperApp.cpp259 * Wrapper around VBoxExtPackOpenTarFss.
268 int rc = VBoxExtPackOpenTarFss(hTarballFile, szError, sizeof(szError), phTarFss, NULL);

Completed in 50 milliseconds