Home
last modified time | relevance | path

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

/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