Home | History | Annotate | Download | only in androidfw

Lines Matching refs:times

1327 get_mod_time(const char* filename, struct timeval times[2])
1336 times[0].tv_sec = st.st_atime;
1337 times[1].tv_sec = st.st_mtime;
1347 times[0].tv_usec = st.st_atim.tv_nsec / 1000;
1348 times[1].tv_usec = st.st_mtim.tv_nsec / 1000;
1350 times[0].tv_usec = st.st_atime_nsec / 1000;
1351 times[1].tv_usec = st.st_mtime_nsec / 1000;