Searched defs:dostime (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/com/sun/java/util/jar/pack/
H A Dzip.cpp104 uLong dostime = get_dostime(modtime); local
120 header[6] = (ushort)GET_INT_LO(dostime);
121 header[7] = (ushort)GET_INT_HI(dostime);
166 uLong dostime = get_dostime(modtime); local
182 header[5] = (ushort)GET_INT_LO(dostime);
183 header[6] = (ushort)GET_INT_HI(dostime);
319 uLong jar::dostime(int y, int n, int d, int h, int m, int s) { function in class:jar
320 return y < 1980 ? dostime(1980, 1, 1, 0, 0, 0) :
344 dostime_cache = dostime(s->tm_year + 1900, s->tm_mon + 1, s->tm_mday,

Completed in 722 milliseconds