Home | History | Annotate | Download | only in native

Lines Matching defs:timeStamp

1213   I_64 timeStamp, actualFileSize;
1220 /* Whack cache timestamp to keep other people from starting to use it (we will create a new one for them
1235 // timeStamp = hyfile_lastmod ((const char *) zipFile->filename);
1241 timeStamp = (U_64)st.st_mtime * 1000;
1254 fileSize, timeStamp);
1264 zipFile->cache->zipTimeStamp = timeStamp;