Searched refs:image_file_ (Results 1 – 1 of 1) sorted by relevance
/bootable/recovery/tests/component/ |
D | updater_test.cpp | 181 image_file_ = image_temp_file_.path; in SetUp() 197 std::string image_file_; member in UpdaterTest 392 ASSERT_TRUE(android::base::WriteStringToFile(data, image_file_)); in TEST_F() 412 RunBlockImageUpdate(false, entries, image_file_, "t"); in TEST_F() 415 ASSERT_TRUE(android::base::ReadFileToString(image_file_, &updated)); in TEST_F() 441 ASSERT_TRUE(android::base::WriteStringToFile(data, image_file_)); in TEST_F() 461 RunBlockImageUpdate(false, entries, image_file_, "", kHashTreeComputationFailure); in TEST_F() 619 RunBlockImageUpdate(false, entries, image_file_, "", kArgsParsingFailure); in TEST_F() 666 ASSERT_TRUE(android::base::WriteStringToFile(source, image_file_)); in TEST_F() 671 RunBlockImageUpdate(false, entries, image_file_, "t"); in TEST_F() [all …]
|