Home
last modified time | relevance | path

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

/system/libziparchive/
Dzip_writer.cc155 static void ExtractTimeAndDate(time_t when, uint16_t* out_time, uint16_t* out_date) { in ExtractTimeAndDate() argument
172 *out_date = static_cast<uint16_t>((year - 80) << 9 | (ptm->tm_mon + 1) << 5 | ptm->tm_mday); in ExtractTimeAndDate()