Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_posix.cc117 int64_t last_modified_nsec = stat_info.st_mtim.tv_nsec; in FromStat() local
124 int64_t last_modified_nsec = stat_info.st_mtime_nsec; in FromStat() local
131 int64_t last_modified_nsec = stat_info.st_mtimespec.tv_nsec; in FromStat() local
138 int64_t last_modified_nsec = 0; in FromStat() local
147 TimeDelta::FromMicroseconds(last_modified_nsec / in FromStat()