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

  /external/chromium_org/third_party/zlib/contrib/minizip/
miniunz.c 68 dosdate : the new date at the MSDos format (4 bytes)
70 void change_file_date(filename,dosdate,tmu_date)
72 uLong dosdate;
82 DosDateTimeToFileTime((WORD)(dosdate>>16),(WORD)dosdate,&ftLocal);
442 change_file_date(write_filename,file_info.dosDate,
  /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,
  /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 194 milliseconds