Searched refs:read_checksum_file (Results 1 – 1 of 1) sorted by relevance
97 static std::string read_checksum_file(const char* filename);271 std::string stored_hash = read_checksum_file(checksum_filename); in btif_config_open()276 stored_hash = read_checksum_file(checksum_filename); in btif_config_open()673 static std::string read_checksum_file(const char* checksum_filename) { in read_checksum_file() function