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.cc121 int64_t last_modified_nsec = stat_info.st_mtim.tv_nsec; in FromStat() local
128 int64_t last_modified_nsec = stat_info.st_mtime_nsec; in FromStat() local
135 int64_t last_modified_nsec = stat_info.st_mtimespec.tv_nsec; in FromStat() local
142 int64_t last_modified_nsec = 0; in FromStat() local
151 TimeDelta::FromMicroseconds(last_modified_nsec / in FromStat()