Searched refs:cache_time (Results 1 – 1 of 1) sorted by relevance
241 let cache_time = fs::metadata(&cache_path)?.modified()?; in read_cache() localVariable244 if cache_time.lt(&ninja_file_time) { in read_cache()