Searched refs:current_hash (Results 1 – 1 of 1) sorted by relevance
269 std::string current_hash = hash_file(filename); in btif_config_open() local274 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() local519 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() local546 if (!current_hash.empty()) { in btif_config_write()547 write_checksum_file(CONFIG_FILE_CHECKSUM_PATH, current_hash); in btif_config_write()