Home
last modified time | relevance | path

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

/bionic/benchmarks/tests/
Dinterface_test.cpp41 void RunTest(int expected_exitcode, std::vector<const char*> extra_args = {});
43 std::vector<const char*> extra_args = {}, bool sanitize = true);
105 … int expected_exitcode, std::vector<const char*> extra_args, bool sanitize) { in Verify() argument
106 RunTest(expected_exitcode, extra_args); in Verify()
116 void SystemTests::RunTest(int expected_exitcode, std::vector<const char*> extra_args) { in RunTest() argument
118 for (const auto& arg : extra_args) { in RunTest()