Searched refs:execl (Results 1 – 8 of 8) sorted by relevance
/bionic/libc/bionic/ |
D | exec.cpp | 76 int execl(const char* name, const char* arg, ...) { in execl() function
|
/bionic/libc/include/ |
D | unistd.h | 96 int execl(const char* __path, const char* __arg0, ...) __attribute__((__sentinel__));
|
/bionic/tests/ |
D | unistd_test.cpp | 1369 ASSERT_EQ(-1, execl("/", "/", nullptr)); in TEST() 1373 TEST(UNISTD_TEST, execl) { in TEST() argument 1376 eth.Run([&]() { execl(BIN_DIR "echo", "echo", "hello", "world", nullptr); }, 0, "hello world\n"); in TEST()
|
/bionic/tests/headers/posix/ |
D | unistd_h.c | 303 FUNCTION(execl, int (*f)(const char*, const char*, ...)); in unistd_h()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 208 execl
|
/bionic/libc/stdio/ |
D | stdio.cpp | 1227 execl(__bionic_get_shell_path(), "sh", "-c", cmd, nullptr); in popen()
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 327 execl;
|
/bionic/libc/ |
D | libc.map.txt | 327 execl;
|