Home
last modified time | relevance | path

Searched refs:cached_path (Results 1 – 1 of 1) sorted by relevance

/bootable/recovery/otafault/
Dota_io.cpp38 static bool get_hit_file(const char* cached_path, const std::string& ffn) { in get_hit_file() argument
40 ? !strncmp(cached_path, OTAIO_CACHE_FNAME, strlen(cached_path)) in get_hit_file()
41 : !strncmp(cached_path, ffn.c_str(), strlen(cached_path)); in get_hit_file()
113 const char* cached_path = cached->second; in ota_fread() local
115 get_hit_file(cached_path, read_fault_file_name)) { in ota_fread()
134 const char* cached_path = cached->second; in ota_read() local
136 && get_hit_file(cached_path, read_fault_file_name)) { in ota_read()
154 const char* cached_path = cached->second; in ota_fwrite() local
156 get_hit_file(cached_path, write_fault_file_name)) { in ota_fwrite()
174 const char* cached_path = cached->second; in ota_write() local
[all …]