Searched defs:cache_file (Results 1 – 3 of 3) sorted by relevance
37 std::ifstream cache_file(filename, std::ios::binary); in restore_program_cache_from_file() local77 std::ofstream cache_file(filename, std::ios::binary); in save_program_cache_to_file() local
254 struct region_file *cache_file, in mrc_cache_get_latest_slot_info()289 struct region_file cache_file; in mrc_cache_find_current() local444 struct region_file cache_file; in update_mrc_cache_by_type() local604 struct region_file cache_file; in invalidate_normal_cache() local
243 def cache_file(execargs, bisect_dir, cache, abs_file_path): function