Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h1360 MZ_ZIP_FLAG_CASE_SENSITIVE = 0x0100, enumerator
5362 if (flags & MZ_ZIP_FLAG_CASE_SENSITIVE) return 0 == memcmp(pA, pB, len); in mz_zip_reader_string_equal()
5421 if (((flags & (MZ_ZIP_FLAG_IGNORE_PATH | MZ_ZIP_FLAG_CASE_SENSITIVE)) == 0) && in mz_zip_reader_locate_file()