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

  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DosUtils.java 37 * @param dosDate
41 public static long decodeDateTime(int dosDate, int dosTime) {
49 cal.set(Calendar.DATE, dosDate & 0x1f);
50 cal.set(Calendar.MONTH, ((dosDate >> 5) & 0x0f) - 1);
51 cal.set(Calendar.YEAR, 1980 + (dosDate >> 9));
  /build/soong/third_party/zip/
struct.go 150 func msDosTimeToTime(dosDate, dosTime uint16) time.Time {
153 int(dosDate>>9+1980),
154 time.Month(dosDate>>5&0xf),
155 int(dosDate&0x1f),
  /external/zlib/src/contrib/minizip/
unzip.h 117 uLong dosDate; /* last mod file date in Dos fmt 4 bytes */
138 uLong dosDate; /* last mod file date in Dos fmt 4 bytes */
zip.h 102 uLong dosDate; /* if dos_date == 0, tmu_date is used */
minizip.c 408 zi.dosDate = 0;
411 filetime(filenameinzip,&zi.tmz_date,&zi.dosDate);
zip.c 151 uLong dosDate;
982 err = zip64local_putValue(&zi->z_filefunc,zi->filestream,(uLong)zi->ci.dosDate,4);
    [all...]
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,
unzip.c 928 if (unz64local_getLong(&s->z_filefunc, s->filestream,&file_info.dosDate) != UNZ_OK)
931 unz64local_DosDateToTmuDate(file_info.dosDate,&file_info.tmu_date);
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/contrib/minizip/
unzip.h 117 uLong dosDate; /* last mod file date in Dos fmt 4 bytes */
138 uLong dosDate; /* last mod file date in Dos fmt 4 bytes */
zip.h 102 uLong dosDate; /* if dos_date == 0, tmu_date is used */
minizip.c 408 zi.dosDate = 0;
411 filetime(filenameinzip,&zi.tmz_date,&zi.dosDate);
zip.c 151 uLong dosDate;
982 err = zip64local_putValue(&zi->z_filefunc,zi->filestream,(uLong)zi->ci.dosDate,4);
    [all...]
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,
unzip.c 928 if (unz64local_getLong(&s->z_filefunc, s->filestream,&file_info.dosDate) != UNZ_OK)
931 unz64local_DosDateToTmuDate(file_info.dosDate,&file_info.tmu_date);
    [all...]
  /prebuilts/go/darwin-x86/src/archive/zip/
struct.go 205 func msDosTimeToTime(dosDate, dosTime uint16) time.Time {
208 int(dosDate>>9+1980),
209 time.Month(dosDate>>5&0xf),
210 int(dosDate&0x1f),
  /prebuilts/go/linux-x86/src/archive/zip/
struct.go 205 func msDosTimeToTime(dosDate, dosTime uint16) time.Time {
208 int(dosDate>>9+1980),
209 time.Month(dosDate>>5&0xf),
210 int(dosDate&0x1f),
  /prebuilts/devtools/tools/lib/
fat32lib.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/fat32lib/unspecified/
fat32lib-unspecified.jar 

Completed in 275 milliseconds