Home
last modified time | relevance | path

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

/third_party/gn/src/base/files/
Dfile_posix.cc95 time_t creation_time_sec = stat_info.st_ctimespec.tv_sec; in FromStat() local
102 time_t creation_time_sec = stat_info.st_ctime; in FromStat() local
109 time_t creation_time_sec = stat_info.st_ctim.tv_sec; in FromStat() local
118 creation_time = creation_time_sec * kNano + creation_time_nsec; in FromStat()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch1373 time_t creation_time_sec = stat_info.st_ctim.tv_sec;