HomeSort by relevance Sort by last modified time
    Searched refs:dosdate (Results 1 - 6 of 6) sorted by null

  /external/zlib/src/contrib/minizip/
miniunz.c 81 dosdate : the new date at the MSDos format (4 bytes)
83 void change_file_date(filename,dosdate,tmu_date)
85 uLong dosdate;
95 DosDateTimeToFileTime((WORD)(dosdate>>16),(WORD)dosdate,&ftLocal);
454 change_file_date(write_filename,file_info.dosDate,
  /external/libvncserver/webclients/novnc/include/
jsunzip.js 54 this.getDOSDate = function(dosdate, dostime) {
55 var day = dosdate & 0x1f;
56 var month = ((dosdate >> 5) & 0xf) - 1;
57 var year = 1980 + ((dosdate >> 9) & 0x7f)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
zipfile.py 332 dosdate = (dt[0] - 1980) << 9 | dt[1] << 5 | dt[2]
363 self.compress_type, dostime, dosdate, CRC,
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
zipfile.py 332 dosdate = (dt[0] - 1980) << 9 | dt[1] << 5 | dt[2]
363 self.compress_type, dostime, dosdate, CRC,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
zipfile.py 332 dosdate = (dt[0] - 1980) << 9 | dt[1] << 5 | dt[2]
363 self.compress_type, dostime, dosdate, CRC,
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
zipfile.py 332 dosdate = (dt[0] - 1980) << 9 | dt[1] << 5 | dt[2]
363 self.compress_type, dostime, dosdate, CRC,
    [all...]

Completed in 1031 milliseconds