Home
last modified time | relevance | path

Searched defs:cache_file (Results 1 – 3 of 3) sorted by relevance

/external/ComputeLibrary/src/runtime/CL/
DUtils.cpp37 std::ifstream cache_file(filename, std::ios::binary); in restore_program_cache_from_file() local
77 std::ofstream cache_file(filename, std::ios::binary); in save_program_cache_to_file() local
/external/coreboot/src/drivers/mrc_cache/
Dmrc_cache.c254 struct region_file *cache_file, in mrc_cache_get_latest_slot_info()
289 struct region_file cache_file; in mrc_cache_find_current() local
444 struct region_file cache_file; in update_mrc_cache_by_type() local
604 struct region_file cache_file; in invalidate_normal_cache() local
/external/toolchain-utils/binary_search_tool/
Dbisect_driver.py243 def cache_file(execargs, bisect_dir, cache, abs_file_path): function