Searched refs:SetArgs (Results 1 – 7 of 7) sorted by relevance
/bionic/tests/ |
D | dl_test.cpp | 94 eth.SetArgs({ kPathToLinker, nullptr }); in TEST() 110 eth.SetArgs({ kPathToLinker, helper.c_str(), nullptr }); in TEST() 125 eth.SetArgs({ kPathToLinker, helper.c_str(), nullptr }); in TEST() 134 eth.SetArgs({ kPathToLinker, kPathToLinker, nullptr }); in TEST() 146 eth.SetArgs({ helper.c_str(), nullptr }); in TEST() 158 eth.SetArgs({ helper.c_str(), nullptr }); in TEST() 173 eth.SetArgs({ helper.c_str(), nullptr }); in TEST() 185 eth.SetArgs({ helper.c_str(), nullptr }); in TEST() 212 eth.SetArgs({ helper.c_str(), nullptr }); in TEST() 257 eth.SetArgs({ helper.c_str(), nullptr }); in TEST() [all …]
|
D | spawn_test.cpp | 191 eth.SetArgs({BIN_DIR "true", nullptr}); in TEST() 199 eth.SetArgs({"true", nullptr}); in TEST() 207 eth.SetArgs({"true", nullptr}); in TEST() 215 eth.SetArgs({"does-not-exist", nullptr}); in TEST() 223 eth.SetArgs({"sh", "-c", "exit $posix_spawn_environment_test", nullptr}); in TEST() 245 eth.SetArgs({"ls", "-l", "/proc/self/fd", nullptr}); in TEST() 277 eth.SetArgs({"cat", path, nullptr}); in CatFileToString() 483 eth.SetArgs({"true", nullptr}); in TEST()
|
D | cfi_test.cpp | 141 eth.SetArgs({ helper.c_str(), nullptr }); in TEST() 153 eth.SetArgs({ helper.c_str(), nullptr }); in TEST()
|
D | unistd_test.cpp | 1283 eth.SetArgs({"echo", "hello", "world", nullptr}); in TEST() 1287 eth.SetArgs({"printenv", nullptr}); in TEST() 1327 eth.SetArgs({"echo", "hello", "world", nullptr}); in TEST() 1346 eth.SetArgs({nullptr}); in TEST() 1354 eth.SetArgs({"echo", "hello", "world", nullptr}); in TEST() 1372 eth.SetArgs({"echo", "hello", "world", nullptr}); in TEST() 1376 eth.SetArgs({"printenv", nullptr}); in TEST() 1390 eth.SetArgs({basename(tf.path), nullptr}); in TEST() 1420 eth.SetArgs({"/system/bin/does-not-exist", nullptr}); in TEST() 1457 eth.SetArgs({"echo", "hello", "world", nullptr}); in TEST() [all …]
|
D | utils.h | 209 void SetArgs(const std::vector<const char*>& args) { in SetArgs() function
|
D | elftls_dl_test.cpp | 83 eth.SetArgs({ helper.c_str(), nullptr }); in TEST()
|
/bionic/benchmarks/ |
D | bionic_benchmarks.cpp | 460 static void SetArgs(const std::vector<int>& sizes, args_vector_t* args) { in SetArgs() function 466 static void SetArgs(const std::vector<int>& sizes, int align, args_vector_t* args) { in SetArgs() function 473 static void SetArgs(const std::vector<int>& sizes, int align1, int align2, args_vector_t* args) { in SetArgs() function 481 SetArgs(sizes, &args); in GetArgs() 487 SetArgs(sizes, align, &args); in GetArgs() 493 SetArgs(sizes, align1, align2, &args); in GetArgs()
|