Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/third_party/miniz-2.1.0/
H A Dminiz.c4213 static mz_bool mz_zip_file_stat_internal(mz_zip_archive *pZip, mz_uint file_index, const mz_uint8 *… in mz_zip_file_stat_internal() function
5341 …if (!mz_zip_file_stat_internal(pZip, file_index, pCentral_dir_header, &file_stat, &found_zip64_ext… in mz_zip_validate_file()
7030 …if (!mz_zip_file_stat_internal(pSource_zip, src_file_index, pSrc_central_header, &src_file_stat, N… in mz_zip_writer_add_from_zip_reader()
7809 … return mz_zip_file_stat_internal(pZip, file_index, mz_zip_get_cdh(pZip, file_index), pStat, NULL); in mz_zip_reader_file_stat()