Home
last modified time | relevance | path

Searched refs:out_mtime (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/net/disk_cache/simple/
Dsimple_util.cc114 bool GetMTime(const base::FilePath& path, base::Time* out_mtime) { in GetMTime() argument
115 DCHECK(out_mtime); in GetMTime()
125 *out_mtime = base::Time::FromTimeT(sec) in GetMTime()
133 *out_mtime = file_info.last_modified; in GetMTime()
Dsimple_util.h71 base::Time* out_mtime);