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

/vbox/src/VBox/Runtime/common/zip/
H A Dtar.cpp586 static int rtTarAppendZeros(PRTTARFILEINTERNAL pFileInt, uint64_t cbSize) function
636 rc = rtTarAppendZeros(pFileInt, pFileInt->cbSetSize - pFileInt->cbSize);

Completed in 44 milliseconds