OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:last_modified_nsec
(Results
1 - 1
of
1
) sorted by null
/external/libchrome/base/files/
file_posix.cc
117
int64_t
last_modified_nsec
= stat_info.st_mtim.tv_nsec;
local
124
int64_t
last_modified_nsec
= stat_info.st_mtime_nsec;
local
131
int64_t
last_modified_nsec
= stat_info.st_mtimespec.tv_nsec;
local
138
int64_t
last_modified_nsec
= 0;
local
147
TimeDelta::FromMicroseconds(
last_modified_nsec
/
Completed in 85 milliseconds