Home
last modified time | relevance | path

Searched refs:pDst_filename (Results 1 – 2 of 2) sorted by relevance

/external/OpenCL-CTS/test_common/miniz/
Dminiz.h437 …extract_to_file(mz_zip_archive *pZip, mz_uint file_index, const char *pDst_filename, mz_uint flags…
438 …file(mz_zip_archive *pZip, const char *pArchive_filename, const char *pDst_filename, mz_uint flags…
Dminiz.c3144 …extract_to_file(mz_zip_archive *pZip, mz_uint file_index, const char *pDst_filename, mz_uint flags) in mz_zip_reader_extract_to_file() argument
3151 pFile = MZ_FOPEN(pDst_filename, "wb"); in mz_zip_reader_extract_to_file()
3159 mz_zip_set_file_times(pDst_filename, file_stat.m_time, file_stat.m_time); in mz_zip_reader_extract_to_file()
3193 …file(mz_zip_archive *pZip, const char *pArchive_filename, const char *pDst_filename, mz_uint flags) in mz_zip_reader_extract_file_to_file() argument
3198 return mz_zip_reader_extract_to_file(pZip, file_index, pDst_filename, flags); in mz_zip_reader_extract_file_to_file()