Searched refs:HandleArchive (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/runtime_core/static_core/libpandafile/ |
H A D | file.cpp | 174 std::unique_ptr<const panda_file::File> HandleArchive(ZipArchiveHandle &handle, FILE *fp, std::string_view location, in HandleArchive() function 237 auto file = HandleArchive(zipfile, fp, location, entry, archiveFilename, openMode); in OpenZipPandaFile()
|
/arkcompiler/runtime_core/libpandafile/ |
H A D | file.cpp | 172 std::unique_ptr<const panda_file::File> HandleArchive(ZipArchiveHandle &handle, FILE *fp, std::string_view location, in HandleArchive() function 229 std::unique_ptr<const panda_file::File> file = HandleArchive(zipfile, fp, location, entry, in OpenPandaFileFromZip()
|
/arkcompiler/runtime_core/libpandafile/tests/ |
H A D | file_test.cpp | 272 HWTEST(File, HandleArchive, testing::ext::TestSize.Level0) in HWTEST()
|
Completed in 4 milliseconds