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 384 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/
platform_file_posix.cc 385 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 3088 milliseconds