Searched defs:dos_time (Results  1 – 1 of 1) sorted by relevance
| /external/OpenCL-CTS/test_common/miniz/ | 
| D | miniz.c | 2270 static time_t mz_zip_dos_to_time_t(int dos_time, int dos_date)  in mz_zip_dos_to_time_t()3396 …ze, mz_uint32 uncomp_crc32, mz_uint16 method, mz_uint16 bit_flags, mz_uint16 dos_time, mz_uint16 d…  in mz_zip_writer_create_local_dir_header()
 3414 …ze, mz_uint32 uncomp_crc32, mz_uint16 method, mz_uint16 bit_flags, mz_uint16 dos_time, mz_uint16 d…  in mz_zip_writer_create_central_dir_header()
 3435 …ze, mz_uint32 uncomp_crc32, mz_uint16 method, mz_uint16 bit_flags, mz_uint16 dos_time, mz_uint16 d…  in mz_zip_writer_add_to_central_dir()
 3502   mz_uint16 method = 0, dos_time = 0, dos_date = 0;  in mz_zip_writer_add_mem_ex()  local
 3654   mz_uint16 method = 0, dos_time = 0, dos_date = 0, ext_attributes = 0;  in mz_zip_writer_add_file()  local
 
 |