Searched refs:SetArgs (Results 1 – 4 of 4) sorted by relevance
/bionic/tests/ |
D | dl_test.cpp | 85 eth.SetArgs( { kPathToLinker, nullptr }); in TEST() 96 eth.SetArgs({ helper.c_str(), nullptr }); in TEST() 107 eth.SetArgs({ helper.c_str(), nullptr }); in TEST()
|
D | cfi_test.cpp | 125 eth.SetArgs({ helper.c_str(), nullptr }); in TEST() 137 eth.SetArgs({ helper.c_str(), nullptr }); in TEST()
|
D | unistd_test.cpp | 1224 eth.SetArgs({"echo", "hello", "world", nullptr}); in TEST() 1228 eth.SetArgs({"printenv", nullptr}); in TEST() 1268 eth.SetArgs({"echo", "hello", "world", nullptr}); in TEST() 1287 eth.SetArgs({nullptr}); in TEST() 1295 eth.SetArgs({"echo", "hello", "world", nullptr}); in TEST() 1313 eth.SetArgs({"echo", "hello", "world", nullptr}); in TEST() 1317 eth.SetArgs({"printenv", nullptr}); in TEST() 1331 eth.SetArgs({basename(tf.filename), nullptr}); in TEST() 1361 eth.SetArgs({"/system/bin/does-not-exist", nullptr}); in TEST()
|
D | utils.h | 162 void SetArgs(const std::vector<const char*> args) { in SetArgs() function
|