Home
last modified time | relevance | path

Searched defs:zipFilePath (Results 1 – 5 of 5) sorted by relevance

/foundation/arkui/ace_engine/test/component_test/tools/previewer_host/main/
Dgitee_rest_api.js82 async function extractLargeZip(zipFilePath, outputDir) { argument
111 async function extractZipFile(zipFilePath, outputDirectory) { argument
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/log_storage_test/src/
Dzip_util_test.cpp53 std::string zipFilePath = "/data/storage/el2/log/test.zip"; variable
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_backup_test/src/log/
Dzip_util_test.cpp61 std::string zipFilePath = "/data/storage/el2/log/test.zip"; variable
/foundation/bundlemanager/bundle_framework/interfaces/kits/js/zip/src/
Dzip_reader.cpp70 bool ZipReader::Open(FilePath &zipFilePath) in Open()
277 bool ZipParallelReader::Open(FilePath &zipFilePath) in Open()
Dzip_writer.cpp134 FilePath zipFilePath = zip_file_path; in InitZipFileWithFile() local