Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_config.cc96 static std::string hash_file(const char* filename);
269 std::string current_hash = hash_file(filename); in btif_config_open()
518 std::string current_hash = hash_file(CONFIG_FILE_PATH); in btif_config_clear()
545 std::string current_hash = hash_file(CONFIG_FILE_PATH); in btif_config_write()
645 static std::string hash_file(const char* filename) { in hash_file() function
/system/update_engine/payload_consumer/
Ddelta_performer_integration_test.cc233 test_utils::ScopedTempFile hash_file("hash.XXXXXX"); in SignGeneratedShellPayload() local
248 hash_file.path().c_str()))); in SignGeneratedShellPayload()
252 ASSERT_TRUE(utils::ReadFile(hash_file.path(), &hash)); in SignGeneratedShellPayload()