Home
last modified time | relevance | path

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

/bionic/tests/
Ddl_test.cpp118 eth.SetArgs({ path_to_linker, nullptr }); in TEST()
135 eth.SetArgs({ path_to_linker, helper.c_str(), nullptr }); in TEST()
151 eth.SetArgs({ path_to_linker, helper.c_str(), nullptr }); in TEST()
161 eth.SetArgs({ path_to_linker, path_to_linker, nullptr }); in TEST()
173 eth.SetArgs({ helper.c_str(), nullptr }); in TEST()
185 eth.SetArgs({ helper.c_str(), nullptr }); in TEST()
200 eth.SetArgs({ helper.c_str(), nullptr }); in TEST()
212 eth.SetArgs({ helper.c_str(), nullptr }); in TEST()
242 eth.SetArgs({ helper.c_str(), nullptr }); in TEST()
286 eth.SetArgs({ helper.c_str(), nullptr }); in TEST()
[all …]
Dspawn_test.cpp193 eth.SetArgs({BIN_DIR "true", nullptr}); in TEST()
201 eth.SetArgs({"true", nullptr}); in TEST()
209 eth.SetArgs({"true", nullptr}); in TEST()
217 eth.SetArgs({"does-not-exist", nullptr}); in TEST()
225 eth.SetArgs({"sh", "-c", "exit $posix_spawn_environment_test", nullptr}); in TEST()
247 eth.SetArgs({"ls", "-l", "/proc/self/fd", nullptr}); in TEST()
279 eth.SetArgs({"cat", path, nullptr}); in CatFileToString()
496 eth.SetArgs({"true", nullptr}); in TEST()
Dcfi_test.cpp149 eth.SetArgs({ helper.c_str(), nullptr }); in TEST()
161 eth.SetArgs({ helper.c_str(), nullptr }); in TEST()
Dunistd_test.cpp1358 eth.SetArgs({"echo", "hello", "world", nullptr}); in TEST()
1362 eth.SetArgs({"printenv", nullptr}); in TEST()
1402 eth.SetArgs({"echo", "hello", "world", nullptr}); in TEST()
1421 eth.SetArgs({nullptr}); in TEST()
1429 eth.SetArgs({"echo", "hello", "world", nullptr}); in TEST()
1447 eth.SetArgs({"echo", "hello", "world", nullptr}); in TEST()
1451 eth.SetArgs({"printenv", nullptr}); in TEST()
1465 eth.SetArgs({basename(tf.path), nullptr}); in TEST()
1495 eth.SetArgs({"/system/bin/does-not-exist", nullptr}); in TEST()
1532 eth.SetArgs({"echo", "hello", "world", nullptr}); in TEST()
[all …]
Dutils.h224 void SetArgs(const std::vector<const char*>& args) { in SetArgs() function
Delftls_dl_test.cpp84 eth.SetArgs({ helper.c_str(), nullptr }); in TEST()
Ddlext_test.cpp2083 eth.SetArgs({ helper.c_str(), app_ns_dir.c_str(), nullptr }); in TEST()
/bionic/benchmarks/
Dbionic_benchmarks.cpp462 static void SetArgs(const std::vector<int>& sizes, args_vector_t* args) { in SetArgs() function
468 static void SetArgs(const std::vector<int>& sizes, int align, args_vector_t* args) { in SetArgs() function
475 static void SetArgs(const std::vector<int>& sizes, int align1, int align2, args_vector_t* args) { in SetArgs() function
483 SetArgs(sizes, &args); in GetArgs()
489 SetArgs(sizes, align, &args); in GetArgs()
495 SetArgs(sizes, align1, align2, &args); in GetArgs()