Searched refs:SetArgs (Results 1 - 4 of 4) sorted by relevance
/bionic/tests/ |
H A D | dl_test.cpp | 91 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 D | cfi_test.cpp | 141 eth.SetArgs({ helper.c_str(), nullptr }); 153 eth.SetArgs({ helper.c_str(), nullptr });
|
H A D | unistd_test.cpp | 1224 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 D | utils.h | 161 void SetArgs(const std::vector<const char*> args) { function in class:ExecTestHelper
|
Completed in 61 milliseconds