Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/gatt/
Dbta_gattc_db_storage.cc295 char hash_file[255] = {0}; in bta_gattc_cache_write() local
298 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() local
323 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()