Home
last modified time | relevance | path

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

/bootable/recovery/tests/unit/
Dapplypatch_modes_test.cpp80 static int InvokeApplyPatchModes(const std::vector<std::string>& args) { in InvokeApplyPatchModes() function
97 ASSERT_EQ(2, InvokeApplyPatchModes({ "applypatch" })); in TEST_F()
100 ASSERT_EQ(2, InvokeApplyPatchModes({ "applypatch", "-x" })); in TEST_F()
115 ASSERT_EQ(0, InvokeApplyPatchModes(args)); in TEST_F()
128 ASSERT_EQ(0, InvokeApplyPatchModes(args)); in TEST_F()
150 ASSERT_EQ(0, InvokeApplyPatchModes(args)); in TEST_F()
160 ASSERT_NE(0, InvokeApplyPatchModes(args)); in TEST_F()
164 InvokeApplyPatchModes({ "applypatch", "--bonus", from_testdata_base("bonus.file") })); in TEST_F()
171 ASSERT_EQ(0, InvokeApplyPatchModes(args)); in TEST_F()
180 ASSERT_NE(0, InvokeApplyPatchModes(args)); in TEST_F()
[all …]