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

/vbox/src/VBox/Runtime/common/zip/
H A Dtar.cpp190 RTR3DECL(int) RTTarOpen(PRTTAR phTar, const char *pszTarname, uint32_t fMode) argument
210 int rc = RTFileOpen(&pThis->hTarFile, pszTarname, fMode);

Completed in 45 milliseconds