Lines Matching refs:target
65 target = GetEmmcTargetString(recovery_file, patched_file_.path); in SetUp()
66 ASSERT_FALSE(target.empty()); in SetUp()
72 std::string target; member in ApplyPatchModesTest
85 static void VerifyPatchedTarget(const std::string& target) { in VerifyPatchedTarget() argument
86 std::vector<std::string> pieces = android::base::Split(target, ":"); in VerifyPatchedTarget()
92 ASSERT_EQ(target, patched_emmc); in VerifyPatchedTarget()
111 target, in TEST_F()
116 VerifyPatchedTarget(target); in TEST_F()
124 "--target", target, "--source", in TEST_F()
129 VerifyPatchedTarget(target); in TEST_F()
148 "applypatch", "--patch", patch_file.path, "--target", target, "--source", source, in TEST_F()
151 VerifyPatchedTarget(target); in TEST_F()
158 "--target", target, "--source", source, in TEST_F()
169 "applypatch", "--flash", from_testdata_base("recovery.img"), "--target", target, in TEST_F()
172 VerifyPatchedTarget(target); in TEST_F()
178 "--target", target, in TEST_F()