Home
last modified time | relevance | path

Searched defs:buf_size (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/libziparchive/
Dzip_archive.cpp145 int ExtractToMemory(ZipArchiveHandle &handle, void *buf, size_t buf_size) in ExtractToMemory()
156 …leIntoZip(const char *zipname, const char *filename, const void *pbuf, size_t buf_size, int append, in CreateOrAddFileIntoZip()
/arkcompiler/runtime_core/compiler/tests/
Dencoders_test.cpp200 … static constexpr size_t buf_size = (MAX_INT21_VALUE - vixl::aarch64::kPageSize) * 2 + code_offset; in TEST_F() local