Searched refs:pZip_filename (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | tinyexr.h | 1546 const char *pZip_filename, const char *pArchive_name, const void *pBuf, 1552 void *mz_zip_extract_archive_file_to_heap(const char *pZip_filename, 6878 const char *pZip_filename, const char *pArchive_name, const void *pBuf, in mz_zip_add_mem_to_archive_file_in_place() argument 6886 if ((!pZip_filename) || (!pArchive_name) || ((buf_size) && (!pBuf)) || in mz_zip_add_mem_to_archive_file_in_place() 6891 if (MZ_FILE_STAT(pZip_filename, &file_stat) != 0) { in mz_zip_add_mem_to_archive_file_in_place() 6893 if (!mz_zip_writer_init_file(&zip_archive, pZip_filename, 0)) in mz_zip_add_mem_to_archive_file_in_place() 6899 &zip_archive, pZip_filename, in mz_zip_add_mem_to_archive_file_in_place() 6902 if (!mz_zip_writer_init_from_reader(&zip_archive, pZip_filename)) { in mz_zip_add_mem_to_archive_file_in_place() 6916 int ignoredStatus = MZ_DELETE_FILE(pZip_filename); in mz_zip_add_mem_to_archive_file_in_place() 6922 void *mz_zip_extract_archive_file_to_heap(const char *pZip_filename, in mz_zip_extract_archive_file_to_heap() argument [all …]
|