Home
last modified time | relevance | path

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

/bootable/recovery/tests/unit/
Dupdater_test.cpp150 image_file_ = image_temp_file_.path; in SetUp()
199 std::string image_file_; member in UpdaterTestBase
422 ASSERT_TRUE(android::base::WriteStringToFile(data, image_file_)); in TEST_F()
442 RunBlockImageUpdate(false, entries, image_file_, "t"); in TEST_F()
445 ASSERT_TRUE(android::base::ReadFileToString(image_file_, &updated)); in TEST_F()
471 ASSERT_TRUE(android::base::WriteStringToFile(data, image_file_)); in TEST_F()
491 RunBlockImageUpdate(false, entries, image_file_, "", kHashTreeComputationFailure); in TEST_F()
645 RunBlockImageUpdate(false, entries, image_file_, "", kArgsParsingFailure); in TEST_F()
692 ASSERT_TRUE(android::base::WriteStringToFile(source, image_file_)); in TEST_F()
697 RunBlockImageUpdate(false, entries, image_file_, "t"); in TEST_F()
[all …]