Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/tests/fuzztest/gotonextfile_fuzzer/
H A Dgotonextfile_fuzzer.cpp29 void GenerateZipfile(const char* data, const char* archive_name, int n, char* buf, char* archive_filename, int& i, in GenerateZipfile() argument
33 (void)remove(archive_name); in GenerateZipfile()
35 ret = panda::CreateOrAddFileIntoZip(archive_name, "directory/", NULL, 0, APPEND_STATUS_CREATE, level); in GenerateZipfile()
50 ret = panda::CreateOrAddFileIntoZip(archive_name, archive_filename, buf, strlen(buf) + 1, in GenerateZipfile()
93 static const char* archive_name = "__LIBZIPARCHIVE__ZipFile__.zip"; in GoToNextFileFuzzTest() local
99 GenerateZipfile(s, archive_name, n, buf, archive_filename, i, ret, pf_data); in GoToNextFileFuzzTest()
103 if (panda::OpenArchive(zipfile, archive_name) != 0) { in GoToNextFileFuzzTest()
125 (void)remove(archive_name); in GoToNextFileFuzzTest()
/arkcompiler/runtime_core/libpandafile/
H A Dfile.cpp140 const std::string_view &archive_name) in OpenPandaFileFromZipFile()
153 ss << ANONMAPNAME_PERFIX << archive_name << " extracted in memory from " << location; in OpenPandaFileFromZipFile()
138 OpenPandaFileFromZipFile(ZipArchiveHandle &handle, std::string_view location, EntryFileStat &entry, const std::string_view &archive_name) OpenPandaFileFromZipFile() argument

Completed in 3 milliseconds