Searched defs:creation_time_nsec (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/base/files/
H A Dfile_posix.cc384 const int64 creation_time_nsec = file_info.st_ctim.tv_nsec; local
391 const int64 creation_time_nsec = file_info.st_ctime_nsec; local
398 const int64 creation_time_nsec = file_info.st_ctimespec.tv_nsec; local
406 const int64 creation_time_nsec = 0; local
419 base::TimeDelta::FromMicroseconds(creation_time_nsec /
/external/chromium_org/base/
H A Dplatform_file_posix.cc385 const int64 creation_time_nsec = file_info.st_ctim.tv_nsec; local
392 const int64 creation_time_nsec = file_info.st_ctime_nsec; local
399 const int64 creation_time_nsec = file_info.st_ctimespec.tv_nsec; local
407 const int64 creation_time_nsec = 0; local
420 base::TimeDelta::FromMicroseconds(creation_time_nsec /

Completed in 115 milliseconds