Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_posix.cc125 int64_t creation_time_nsec = stat_info.st_ctim.tv_nsec; in FromStat() local
132 int64_t creation_time_nsec = stat_info.st_ctime_nsec; in FromStat() local
139 int64_t creation_time_nsec = stat_info.st_ctimespec.tv_nsec; in FromStat() local
146 int64_t creation_time_nsec = 0; in FromStat() local