Searched refs:SetArgs (Results 1 - 4 of 4) sorted by relevance

/bionic/tests/
H A Ddl_test.cpp91 eth.SetArgs( { kPathToLinker, nullptr });
102 eth.SetArgs({ helper.c_str(), nullptr });
113 eth.SetArgs({ helper.c_str(), nullptr });
125 eth.SetArgs({ helper.c_str(), nullptr });
137 eth.SetArgs({ helper.c_str(), nullptr });
164 eth.SetArgs({ helper.c_str(), nullptr });
208 eth.SetArgs({ helper.c_str(), nullptr });
231 eth.SetArgs({ helper.c_str(), nullptr });
260 eth.SetArgs({ helper.c_str(), nullptr });
H A Dcfi_test.cpp141 eth.SetArgs({ helper.c_str(), nullptr });
153 eth.SetArgs({ helper.c_str(), nullptr });
H A Dunistd_test.cpp1224 eth.SetArgs({"echo", "hello", "world", nullptr});
1228 eth.SetArgs({"printenv", nullptr});
1268 eth.SetArgs({"echo", "hello", "world", nullptr});
1287 eth.SetArgs({nullptr});
1295 eth.SetArgs({"echo", "hello", "world", nullptr});
1313 eth.SetArgs({"echo", "hello", "world", nullptr});
1317 eth.SetArgs({"printenv", nullptr});
1331 eth.SetArgs({basename(tf.filename), nullptr});
1361 eth.SetArgs({"/system/bin/does-not-exist", nullptr});
H A Dutils.h161 void SetArgs(const std::vector<const char*> args) { function in class:ExecTestHelper

Completed in 61 milliseconds