Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_config.cc269 std::string current_hash = hash_file(filename); in btif_config_open() local
274 if (!current_hash.empty()) { in btif_config_open()
275 write_checksum_file(checksum_filename, current_hash); in btif_config_open()
280 if (current_hash != stored_hash) { in btif_config_open()
518 std::string current_hash = hash_file(CONFIG_FILE_PATH); in btif_config_clear() local
519 if (!current_hash.empty()) { in btif_config_clear()
520 write_checksum_file(CONFIG_FILE_CHECKSUM_PATH, current_hash); in btif_config_clear()
545 std::string current_hash = hash_file(CONFIG_FILE_PATH); in btif_config_write() local
546 if (!current_hash.empty()) { in btif_config_write()
547 write_checksum_file(CONFIG_FILE_CHECKSUM_PATH, current_hash); in btif_config_write()