Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_config.cc93 …ic std::unique_ptr<config_t> btif_config_open(const char* filename, const char* checksum_filename);
266 …c std::unique_ptr<config_t> btif_config_open(const char* filename, const char* checksum_filename) { in btif_config_open() argument
271 std::string stored_hash = read_checksum_file(checksum_filename); in btif_config_open()
275 write_checksum_file(checksum_filename, current_hash); 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() argument
678 std::string encrypted_hash = checksum_read(checksum_filename); in read_checksum_file()
686 static void write_checksum_file(const char* checksum_filename, in write_checksum_file() argument
699 CHECK(checksum_save(encrypted_checksum, checksum_filename)) in write_checksum_file()