Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_config.cc271 std::string stored_hash = read_checksum_file(checksum_filename); in btif_config_open() local
272 if (stored_hash.empty()) { in btif_config_open()
276 stored_hash = read_checksum_file(checksum_filename); in btif_config_open()
280 if (current_hash != stored_hash) { in btif_config_open()