Home
last modified time | relevance | path

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

/external/zlib/contrib/minizip/
Dminiunz.c83 void change_file_date(filename,dosdate,tmu_date) in change_file_date() argument
85 uLong dosdate;
95 DosDateTimeToFileTime((WORD)(dosdate>>16),(WORD)dosdate,&ftLocal);
/external/rust/crates/libz-sys/src/zlib/contrib/minizip/
Dminiunz.c83 void change_file_date(filename,dosdate,tmu_date) in change_file_date() argument
85 uLong dosdate;
95 DosDateTimeToFileTime((WORD)(dosdate>>16),(WORD)dosdate,&ftLocal);
/external/python/cpython2/Modules/
Dzipimport.c1157 parse_dostime(int dostime, int dosdate) in parse_dostime() argument
1166 stm.tm_mday = dosdate & 0x1f; in parse_dostime()
1167 stm.tm_mon = ((dosdate >> 5) & 0x0f) - 1; in parse_dostime()
1168 stm.tm_year = ((dosdate >> 9) & 0x7f) + 80; in parse_dostime()
/external/python/cpython2/Lib/
Dzipfile.py332 dosdate = (dt[0] - 1980) << 9 | dt[1] << 5 | dt[2]
363 self.compress_type, dostime, dosdate, CRC,
1274 dosdate = (dt[0] - 1980) << 9 | dt[1] << 5 | dt[2]
1311 flag_bits, zinfo.compress_type, dostime, dosdate,
1320 zinfo.flag_bits, zinfo.compress_type, dostime, dosdate,
/external/angle/third_party/zlib/patches/
D0008-minizip-zip-unzip-tools.patch41 @@ -97,7 +98,7 @@ void change_file_date(filename,dosdate,tmu_date)
/external/python/cpython3/Lib/
Dzipfile.py411 dosdate = (dt[0] - 1980) << 9 | dt[1] << 5 | dt[2]
449 self.compress_type, dostime, dosdate, CRC,
1834 dosdate = (dt[0] - 1980) << 9 | dt[1] << 5 | dt[2]
1875 flag_bits, zinfo.compress_type, dostime, dosdate,