Home
last modified time | relevance | path

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

/external/cronet/base/files/
Dfile_posix.cc148 time_t creation_time_sec = stat_info.st_ctim.tv_sec; in FromStat() local
155 time_t creation_time_sec = stat_info.st_ctime; in FromStat() local
162 time_t creation_time_sec = stat_info.st_birthtimespec.tv_sec; in FromStat() local
169 time_t creation_time_sec = stat_info.st_ctimespec.tv_sec; in FromStat() local
176 time_t creation_time_sec = stat_info.st_ctime; in FromStat() local
/external/libchrome/base/files/
Dfile_posix.cc124 time_t creation_time_sec = stat_info.st_ctim.tv_sec; in FromStat() local
131 time_t creation_time_sec = stat_info.st_ctime; in FromStat() local
138 time_t creation_time_sec = stat_info.st_ctimespec.tv_sec; in FromStat() local
145 time_t creation_time_sec = stat_info.st_ctime; in FromStat() local