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

/external/chromium_org/base/files/
H A Dfile_posix.cc380 const int64 last_modified_nsec = file_info.st_mtim.tv_nsec; local
387 const int64 last_modified_nsec = file_info.st_mtime_nsec; local
394 const int64 last_modified_nsec = file_info.st_mtimespec.tv_nsec; local
402 const int64 last_modified_nsec = 0; local
411 base::TimeDelta::FromMicroseconds(last_modified_nsec /
/external/chromium_org/base/
H A Dplatform_file_posix.cc381 const int64 last_modified_nsec = file_info.st_mtim.tv_nsec; local
388 const int64 last_modified_nsec = file_info.st_mtime_nsec; local
395 const int64 last_modified_nsec = file_info.st_mtimespec.tv_nsec; local
403 const int64 last_modified_nsec = 0; local
412 base::TimeDelta::FromMicroseconds(last_modified_nsec /

Completed in 55 milliseconds