Searched refs:creation_time_nsec (Results 1 – 2 of 2) sorted by relevance
96 int64_t creation_time_nsec = stat_info.st_ctimespec.tv_nsec; in FromStat() local103 int64_t creation_time_nsec = 0; in FromStat() local110 int64_t creation_time_nsec = stat_info.st_ctim.tv_nsec; in FromStat() local118 creation_time = creation_time_sec * kNano + creation_time_nsec; in FromStat()
1374 int64_t creation_time_nsec = stat_info.st_ctim.tv_nsec;