Lines Matching refs:args
80 static int InvokeApplyPatchModes(const std::vector<std::string>& args) { in InvokeApplyPatchModes() argument
81 auto args_to_call = StringVectorToNullTerminatedArray(args); in InvokeApplyPatchModes()
104 std::vector<std::string> args{ in TEST_F() local
115 ASSERT_EQ(0, InvokeApplyPatchModes(args)); in TEST_F()
122 std::vector<std::string> args{ in TEST_F() local
128 ASSERT_EQ(0, InvokeApplyPatchModes(args)); in TEST_F()
147 std::vector<std::string> args{ in TEST_F() local
150 ASSERT_EQ(0, InvokeApplyPatchModes(args)); in TEST_F()
156 std::vector<std::string> args{ in TEST_F() local
160 ASSERT_NE(0, InvokeApplyPatchModes(args)); in TEST_F()
168 std::vector<std::string> args{ in TEST_F() local
171 ASSERT_EQ(0, InvokeApplyPatchModes(args)); in TEST_F()
176 std::vector<std::string> args{ in TEST_F() local
180 ASSERT_NE(0, InvokeApplyPatchModes(args)); in TEST_F()