Searched refs:out_mtime (Results 1 – 2 of 2) sorted by relevance
114 bool GetMTime(const base::FilePath& path, base::Time* out_mtime) { in GetMTime() argument115 DCHECK(out_mtime); in GetMTime()125 *out_mtime = base::Time::FromTimeT(sec) in GetMTime()133 *out_mtime = file_info.last_modified; in GetMTime()
71 base::Time* out_mtime);