Searched refs:hash_file (Results 1 – 2 of 2) sorted by relevance
96 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
233 test_utils::ScopedTempFile hash_file("hash.XXXXXX"); in SignGeneratedShellPayload() local248 hash_file.path().c_str()))); in SignGeneratedShellPayload()252 ASSERT_TRUE(utils::ReadFile(hash_file.path(), &hash)); in SignGeneratedShellPayload()