HomeSort by relevance Sort by last modified time
    Searched full:creation_time_nsec (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/files/
file_posix.cc 131 int64 creation_time_nsec = stat_info.st_ctim.tv_nsec; local
138 int64 creation_time_nsec = stat_info.st_ctime_nsec; local
145 int64 creation_time_nsec = stat_info.st_ctimespec.tv_nsec; local
152 int64 creation_time_nsec = 0; local
167 TimeDelta::FromMicroseconds(creation_time_nsec /
  /external/chromium_org/base/
platform_file_posix.cc 283 const int64 creation_time_nsec = file_info.st_ctim.tv_nsec; local
290 const int64 creation_time_nsec = file_info.st_ctime_nsec; local
297 const int64 creation_time_nsec = file_info.st_ctimespec.tv_nsec; local
305 const int64 creation_time_nsec = 0; local
318 base::TimeDelta::FromMicroseconds(creation_time_nsec /

Completed in 298 milliseconds