Home
last modified time | relevance | path

Searched defs:zipname (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/tests/fuzztest/createoraddfileintozip_fuzzer/
Dcreateoraddfileintozip_fuzzer.cpp26 const char* zipname = nullptr; in CreateOrAddFileIntoZipFuzzTest() local
33 const char* zipname = str.c_str(); in CreateOrAddFileIntoZipFuzzTest() local
40 const char* zipname = str.c_str(); in CreateOrAddFileIntoZipFuzzTest() local
/arkcompiler/runtime_core/tests/fuzztest/getglobalfileinfo_fuzzer/
Dgetglobalfileinfo_fuzzer.cpp36 const char* zipname = "__OpenPandaFileFuzzTest.zip"; in GetGlobalFileInfoFuzzTest() local
/arkcompiler/runtime_core/static_core/libziparchive/
Dzip_archive.cpp156 int CreateOrAddFileIntoZip(const char *zipname, const char *filename, std::vector<uint8_t> *buf, in… in CreateOrAddFileIntoZip()
/arkcompiler/runtime_core/libziparchive/
Dzip_archive.cpp156 int CreateOrAddFileIntoZip(const char *zipname, const char *filename, const void *pbuf, size_t buf_… in CreateOrAddFileIntoZip()