Searched refs:fexecve (Results 1 – 9 of 9) sorted by relevance
/bionic/libc/bionic/ |
D | exec.cpp | 177 int fexecve(int fd, char* const* argv, char* const* envp) { in fexecve() function
|
/bionic/libc/include/ |
D | unistd.h | 100 int fexecve(int __fd, char* const* __argv, char* const* __envp) __INTRODUCED_IN(28);
|
/bionic/tests/ |
D | unistd_test.cpp | 1515 ASSERT_EQ(-1, fexecve(fd, eth.GetArgs(), eth.GetEnv())); in TEST() 1523 ASSERT_EQ(-1, fexecve(-1, eth.GetArgs(), eth.GetEnv())); in TEST() 1533 eth.Run([&]() { fexecve(echo_fd, eth.GetArgs(), eth.GetEnv()); }, 0, "hello world\n"); in TEST() 1541 eth.Run([&]() { fexecve(printenv_fd, eth.GetArgs(), eth.GetEnv()); }, 0, "A=B\n"); in TEST()
|
/bionic/libc/ |
D | SECCOMP_WHITELIST_COMMON.TXT | 48 # Since Linux 3.19, not in glibc (and not really needed to implement fexecve).
|
D | libc.map.txt | 1360 fexecve;
|
/bionic/tests/headers/posix/ |
D | unistd_h.c | 314 FUNCTION(fexecve, int (*f)(int, char* const[], char* const[])); in unistd_h()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 255 fexecve
|
/bionic/docs/ |
D | status.md | 88 * `fexecve`
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 1360 fexecve;
|