Home
last modified time | relevance | path

Searched refs:dosdate (Results 1 - 4 of 4) sorted by relevance

/third_party/zlib/contrib/minizip/
H A Dminiunz.c82 dosdate : the new date at the MSDOS format (4 bytes)
84 static void change_file_date(const char *filename, uLong dosdate, tm_unz tmu_date) in change_file_date() argument
93 DosDateTimeToFileTime((WORD)(dosdate >> 16),(WORD)dosdate,&ftLocal); in change_file_date()
99 (void)dosdate; in change_file_date()
121 (void)dosdate; in change_file_date()
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
H A Dminiunz.c82 dosdate : the new date at the MSDos format (4 bytes)
84 void change_file_date(filename,dosdate,tmu_date) in change_file_date()
86 uLong dosdate;
96 DosDateTimeToFileTime((WORD)(dosdate>>16),(WORD)dosdate,&ftLocal);
/third_party/skia/third_party/externals/zlib/contrib/minizip/
H A Dminiunz.c81 dosdate : the new date at the MSDos format (4 bytes)
83 void change_file_date(filename,dosdate,tmu_date) in change_file_date()
85 uLong dosdate;
95 DosDateTimeToFileTime((WORD)(dosdate>>16),(WORD)dosdate,&ftLocal);
/third_party/python/Lib/
H A Dzipfile.py448 dosdate = (dt[0] - 1980) << 9 | dt[1] << 5 | dt[2]
483 self.compress_type, dostime, dosdate, CRC,
1914 dosdate = (dt[0] - 1980) << 9 | dt[1] << 5 | dt[2]
1955 flag_bits, zinfo.compress_type, dostime, dosdate,

Completed in 6 milliseconds