Searched refs:pDst_filename (Results 1 – 1 of 1) sorted by relevance
/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | tinyexr.h | 1446 const char *pDst_filename, mz_uint flags); 1449 const char *pDst_filename, 5869 const char *pDst_filename, in mz_zip_reader_extract_to_file() argument 5875 pFile = MZ_FOPEN(pDst_filename, "wb"); in mz_zip_reader_extract_to_file() 5882 mz_zip_set_file_times(pDst_filename, file_stat.m_time, file_stat.m_time); in mz_zip_reader_extract_to_file() 5917 const char *pDst_filename, in mz_zip_reader_extract_file_to_file() argument 5922 return mz_zip_reader_extract_to_file(pZip, file_index, pDst_filename, flags); in mz_zip_reader_extract_file_to_file()
|