Home
last modified time | relevance | path

Searched refs:unZipFile (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_handler_asset.cpp544 std::string SoftBusHandlerAsset::ExtractFile(unzFile unZipFile, const std::string &dir) in ExtractFile() argument
548 …if (unzGetCurrentFileInfo64(unZipFile, &fileInfo, filename.get(), BUFFER_SIZE, NULL, 0, NULL, 0) !… in ExtractFile()
564 if (unzOpenCurrentFile(unZipFile) != UNZ_OK) { in ExtractFile()
577 bytesRead = unzReadCurrentFile(unZipFile, (voidp)fileData.get(), pageSize); in ExtractFile()
/ohos5.0/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/softbus/
H A Dsoftbus_handler_asset.h84 std::string ExtractFile(unzFile unZipFile, const std::string &dir);