Home
last modified time | relevance | path

Searched defs:creation_time_sec (Results 1 – 1 of 1) 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