Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_posix.cc123 int64_t last_accessed_nsec = stat_info.st_atim.tv_nsec; in FromStat() local
130 int64_t last_accessed_nsec = stat_info.st_atime_nsec; in FromStat() local
137 int64_t last_accessed_nsec = stat_info.st_atimespec.tv_nsec; in FromStat() local
144 int64_t last_accessed_nsec = 0; in FromStat() local
156 TimeDelta::FromMicroseconds(last_accessed_nsec / in FromStat()