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

/vbox/src/VBox/Main/src-all/
H A DExtPackUtil.cpp1158 RTVFSFSSTREAM hTarFss; local
1159 rc = RTZipTarFsStreamFromIoStream(hGunzipIos, 0 /*fFlags*/, &hTarFss);
1165 *phTarFss = hTarFss;
1239 RTVFSFSSTREAM hTarFss; local
1240 int rc = VBoxExtPackOpenTarFss(hTarballFile, pszError, cbError, &hTarFss, &hFileManifest);
1262 rc = RTVfsFsStrmNext(hTarFss, &pszName, &enmType, &hVfsObj);
1324 RTVfsFsStrmRelease(hTarFss);
1325 hTarFss = NIL_RTVFSFSSTREAM;
1385 RTVfsFsStrmRelease(hTarFss);
H A DExtPackManagerImpl.cpp497 RTVFSFSSTREAM hTarFss; local
499 int vrc = VBoxExtPackOpenTarFss(m->hExtPackFile, szError, sizeof(szError), &hTarFss, NULL);
508 vrc = RTVfsFsStrmNext(hTarFss, &pszName, &enmType, &hVfsObj);
569 RTVfsFsStrmRelease(hTarFss);
/vbox/src/VBox/Main/src-helper-apps/
H A DVBoxExtPackHelperApp.cpp508 RTVFSFSSTREAM hTarFss; local
509 RTEXITCODE rcExit = OpenTarFss(hTarballFile, &hTarFss);
528 rc = RTVfsFsStrmNext(hTarFss, &pszName, &enmType, &hVfsObj);
596 RTVfsFsStrmRelease(hTarFss);

Completed in 62 milliseconds