HomeSort by relevance Sort by last modified time
    Searched refs:dosDate (Results 1 - 8 of 8) 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));
  /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...]
  /prebuilts/devtools/tools/lib/
fat32lib.jar 

Completed in 277 milliseconds