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

/vbox/src/VBox/Runtime/tools/
H A DRTGzip.cpp96 * @param hVfsDst The destination I/O stream.
98 static RTEXITCODE gzipPush(RTVFSIOSTREAM hVfsSrc, RTVFSIOSTREAM hVfsDst) argument
110 rc = RTVfsIoStrmWrite(hVfsDst, abBuf, cbRead, true /*fBlocking*/, NULL /*cbWritten*/);
523 RTVFSIOSTREAM hVfsDst; local
524 rcExit2 = gzipOpenOutput(ValueUnion.psz, &Opts, &hVfsDst);
528 rcExit2 = gzipDecompressFile(&hVfsSrc, &Opts, &hVfsDst);
530 rcExit2 = gzipCompressFile(&hVfsSrc, &Opts, &hVfsDst);
531 RTVfsIoStrmRelease(hVfsDst);

Completed in 49 milliseconds