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

/external/chromium_org/net/disk_cache/simple/
H A Dsimple_index_file.cc457 base::Time index_mtime; local
458 if (!simple_util::GetMTime(index_file_path, &index_mtime))
460 return index_mtime < cache_last_modified;

Completed in 107 milliseconds