Home
last modified time | relevance | path

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

/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/log_storage_test/src/
H A Dzip_util_test.cpp53 std::string zipFilePath = "/data/storage/el2/log/test.zip"; in HWTEST_F() local
54 zipFile compressZip = ZipUtil::CreateZipFile(zipFilePath); in HWTEST_F()
/foundation/arkui/ace_engine/test/component_test/tools/previewer_host/main/
H A Dgitee_rest_api.js82 async function extractLargeZip(zipFilePath, outputDir) {
84 const readStream = fs.createReadStream(zipFilePath);
111 async function extractZipFile(zipFilePath, outputDirectory) {
114 fs.createReadStream(zipFilePath)
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
H A Dzip_writer.cpp134 FilePath zipFilePath = zip_file_path; in InitZipFileWithFile() local
135 if (zipFilePath.Value().empty()) { in InitZipFileWithFile()
140 zipFile zip_file = OpenForZipping(zipFilePath.Value(), APPEND_STATUS_CREATE); in InitZipFileWithFile()
H A Dzip_reader.cpp76 bool ZipReader::Open(FilePath &zipFilePath) in Open() argument
84 std::string zipfile = zipFilePath.Value(); in Open()
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/include/
H A Dzip_reader.h131 // Opens the zip file specified by |zipFilePath|. Returns true on
133 bool Open(FilePath &zipFilePath);

Completed in 2 milliseconds