Searched refs:execl (Results 1 – 9 of 9) sorted by relevance
/bionic/libc/bionic/ |
D | exec.cpp | 78 int execl(const char* name, const char* arg, ...) { in execl() function
|
/bionic/tests/libs/ |
D | stack_tagging_helper.cpp | 89 execl("/system/bin/true", "/system/bin/true", "unusedA", "unusedB", nullptr); in vfork_child2()
|
/bionic/libc/include/ |
D | unistd.h | 144 int execl(const char* _Nonnull __path, const char* _Nullable __arg0, ...) __attribute__((__sentinel…
|
/bionic/tests/headers/posix/ |
D | unistd_h.c | 321 FUNCTION(execl, int (*f)(const char*, const char*, ...)); in unistd_h()
|
/bionic/tests/ |
D | unistd_test.cpp | 1455 ASSERT_EQ(-1, execl("/", "/", nullptr)); in TEST() 1459 TEST(UNISTD_TEST, execl) { in TEST() argument 1462 eth.Run([&]() { execl(BIN_DIR "echo", "echo", "hello", "world", nullptr); }, 0, "hello world\n"); in TEST()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 208 execl
|
/bionic/libc/stdio/ |
D | stdio.cpp | 1224 execl(__bionic_get_shell_path(), "sh", "-c", "--", cmd, nullptr); in popen()
|
/bionic/libc/ |
D | libc.map.txt | 327 execl;
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 327 execl;
|