Home
last modified time | relevance | path

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

/external/cronet/base/files/
Dfile_posix.cc149 int64_t creation_time_nsec = stat_info.st_ctim.tv_nsec; in FromStat() local
156 int64_t creation_time_nsec = stat_info.st_ctime_nsec; in FromStat() local
163 int64_t creation_time_nsec = stat_info.st_birthtimespec.tv_nsec; in FromStat() local
170 int64_t creation_time_nsec = stat_info.st_ctimespec.tv_nsec; in FromStat() local
177 int64_t creation_time_nsec = 0; in FromStat() local
/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