HomeSort by relevance Sort by last modified time
    Searched refs:dosdate (Results 1 - 16 of 16) 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,
  /toolchain/binutils/binutils-2.27/zlib/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)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
zipimport.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
zipimport.c 1037 parse_dostime(int dostime, int dosdate)
1046 stm.tm_mday = dosdate & 0x1f;
1047 stm.tm_mon = ((dosdate >> 5) & 0x0f) - 1;
1048 stm.tm_year = ((dosdate >> 9) & 0x7f) + 80;
    [all...]
  /external/python/cpython2/Modules/
zipimport.c     [all...]
  /external/python/cpython3/Modules/
zipimport.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
zipfile.py 332 dosdate = (dt[0] - 1980) << 9 | dt[1] << 5 | dt[2]
363 self.compress_type, dostime, dosdate, CRC,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
zipfile.py 320 dosdate = (dt[0] - 1980) << 9 | dt[1] << 5 | dt[2]
346 self.compress_type, dostime, dosdate, CRC,
    [all...]
  /external/chromium-trace/catapult/third_party/zipfile/
zipfile_2_7_13.py 332 dosdate = (dt[0] - 1980) << 9 | dt[1] << 5 | dt[2]
363 self.compress_type, dostime, dosdate, CRC,
    [all...]
  /external/python/cpython2/Lib/
zipfile.py 332 dosdate = (dt[0] - 1980) << 9 | dt[1] << 5 | dt[2]
363 self.compress_type, dostime, dosdate, CRC,
    [all...]
  /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...]
  /external/python/cpython3/Lib/
zipfile.py 387 dosdate = (dt[0] - 1980) << 9 | dt[1] << 5 | dt[2]
425 self.compress_type, dostime, dosdate, CRC,
    [all...]

Completed in 957 milliseconds