Home
last modified time | relevance | path

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

/bionic/tests/
Ddl_test.cpp85 eth.SetArgs( { kPathToLinker, nullptr }); in TEST()
96 eth.SetArgs({ helper.c_str(), nullptr }); in TEST()
107 eth.SetArgs({ helper.c_str(), nullptr }); in TEST()
Dcfi_test.cpp125 eth.SetArgs({ helper.c_str(), nullptr }); in TEST()
137 eth.SetArgs({ helper.c_str(), nullptr }); in TEST()
Dunistd_test.cpp1224 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()
Dutils.h162 void SetArgs(const std::vector<const char*> args) { in SetArgs() function