Searched refs:atime (Results 1 - 2 of 2) sorted by relevance

/system/core/bootstat/
H A Dboot_event_record_store_test.cpp57 // preserving the |atime|.
58 struct timeval atime = {/* tv_sec */ 0, /* tv_usec */ 0}; local
60 const struct timeval times[] = {atime, mtime};
/system/core/sdcard/
H A Dsdcard.c407 attr->atime = s->st_atim.tv_sec;
891 /* Handle changing atime and mtime. If FATTR_ATIME_and FATTR_ATIME_NOW
904 times[0].tv_sec = req->atime;
916 TRACE("[%d] Calling utimensat on %s with atime %ld, mtime=%ld\n",

Completed in 119 milliseconds