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

/haiku/src/apps/installer/
H A DWorkerThread.cpp765 UnzipEngine* unzipEngine = new(std::nothrow) UnzipEngine(reporter, local
767 if (unzipEngine == NULL || !unzipEngines.AddItem(unzipEngine)) {
768 delete unzipEngine;
773 status_t ret = unzipEngine->SetTo(path.Path(), targetPath);
777 reporter->AddItems(unzipEngine->ItemsToUncompress(),
778 unzipEngine->BytesToUncompress());

Completed in 51 milliseconds