Searched refs:hash_file (Results 1 – 1 of 1) sorted by relevance
295 char hash_file[255] = {0}; in bta_gattc_cache_write() local298 bta_gattc_generate_hash_file_name(hash_file, sizeof(hash_file), hash); in bta_gattc_cache_write()321 char hash_file[255] = {0}; in bta_gattc_cache_link() local323 bta_gattc_generate_hash_file_name(hash_file, sizeof(hash_file), hash); in bta_gattc_cache_link()326 if (link(hash_file, addr_file) == -1) { in bta_gattc_cache_link()327 log::error("link {} to {}, errno={}", addr_file, hash_file, errno); in bta_gattc_cache_link()