Searched refs:tmu_date (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/zlib/contrib/minizip/
H A Dminiunz.c69 tmu_date : the SAME new date at the tm_unz format */
70 void change_file_date(filename,dosdate,tmu_date)
73 tm_unz tmu_date;
90 newdate.tm_sec = tmu_date.tm_sec;
91 newdate.tm_min=tmu_date.tm_min;
92 newdate.tm_hour=tmu_date.tm_hour;
93 newdate.tm_mday=tmu_date.tm_mday;
94 newdate.tm_mon=tmu_date.tm_mon;
95 if (tmu_date.tm_year > 1900)
96 newdate.tm_year=tmu_date
[all...]
H A Dunzip.h129 tm_unz tmu_date; member in struct:unz_file_info64_s
150 tm_unz tmu_date; member in struct:unz_file_info_s
H A Dunzip.c931 unz64local_DosDateToTmuDate(file_info.dosDate,&file_info.tmu_date);
1165 pfile_info->tmu_date = file_info64.tmu_date,
/external/zlib/src/contrib/minizip/
H A Dminiunz.c82 tmu_date : the SAME new date at the tm_unz format */
83 void change_file_date(filename,dosdate,tmu_date)
86 tm_unz tmu_date;
103 newdate.tm_sec = tmu_date.tm_sec;
104 newdate.tm_min=tmu_date.tm_min;
105 newdate.tm_hour=tmu_date.tm_hour;
106 newdate.tm_mday=tmu_date.tm_mday;
107 newdate.tm_mon=tmu_date.tm_mon;
108 if (tmu_date.tm_year > 1900)
109 newdate.tm_year=tmu_date
[all...]
H A Dunzip.h129 tm_unz tmu_date; member in struct:unz_file_info64_s
150 tm_unz tmu_date; member in struct:unz_file_info_s
H A Dunzip.c931 unz64local_DosDateToTmuDate(file_info.dosDate,&file_info.tmu_date);
1165 pfile_info->tmu_date = file_info64.tmu_date,
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dzip_reader.cc56 exploded_time.year = raw_file_info.tmu_date.tm_year;
58 exploded_time.month = raw_file_info.tmu_date.tm_mon + 1;
59 exploded_time.day_of_month = raw_file_info.tmu_date.tm_mday;
60 exploded_time.hour = raw_file_info.tmu_date.tm_hour;
61 exploded_time.minute = raw_file_info.tmu_date.tm_min;
62 exploded_time.second = raw_file_info.tmu_date.tm_sec;
/external/chromium_org/third_party/zlib/google/
H A Dzip_reader.cc56 exploded_time.year = raw_file_info.tmu_date.tm_year;
58 exploded_time.month = raw_file_info.tmu_date.tm_mon + 1;
59 exploded_time.day_of_month = raw_file_info.tmu_date.tm_mday;
60 exploded_time.hour = raw_file_info.tmu_date.tm_hour;
61 exploded_time.minute = raw_file_info.tmu_date.tm_min;
62 exploded_time.second = raw_file_info.tmu_date.tm_sec;

Completed in 239 milliseconds