Home
last modified time | relevance | path

Searched defs:last_accessed_nsec (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/files/
Dfile_posix.cc119 int64_t last_accessed_nsec = stat_info.st_atim.tv_nsec; in FromStat() local
126 int64_t last_accessed_nsec = stat_info.st_atime_nsec; in FromStat() local
133 int64_t last_accessed_nsec = stat_info.st_atimespec.tv_nsec; in FromStat() local
140 int64_t last_accessed_nsec = 0; in FromStat() local