Home
last modified time | relevance | path

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

/third_party/gn/src/base/files/
Dfile_posix.cc96 int64_t creation_time_nsec = stat_info.st_ctimespec.tv_nsec; in FromStat() local
103 int64_t creation_time_nsec = 0; in FromStat() local
110 int64_t creation_time_nsec = stat_info.st_ctim.tv_nsec; in FromStat() local
118 creation_time = creation_time_sec * kNano + creation_time_nsec; in FromStat()
/third_party/chromium/patch/
D0003-ohos-1115.patch1374 int64_t creation_time_nsec = stat_info.st_ctim.tv_nsec;