Home
last modified time | relevance | path

Searched refs:fexecve (Results 1 – 9 of 9) sorted by relevance

/aosp12/bionic/libc/bionic/
H A Dexec.cpp178 int fexecve(int fd, char* const* argv, char* const* envp) { in fexecve() function
/aosp12/bionic/libc/include/
H A Dunistd.h100 int fexecve(int __fd, char* const* __argv, char* const* __envp) __INTRODUCED_IN(28);
/aosp12/bionic/tests/
H A Dunistd_test.cpp1530 ASSERT_EQ(-1, fexecve(fd, eth.GetArgs(), eth.GetEnv())); in TEST()
1538 ASSERT_EQ(-1, fexecve(-1, eth.GetArgs(), eth.GetEnv())); in TEST()
1548 eth.Run([&]() { fexecve(echo_fd, eth.GetArgs(), eth.GetEnv()); }, 0, "hello world\n"); in TEST()
1560 eth.Run([&]() { fexecve(printenv_fd, eth.GetArgs(), eth.GetEnv()); }, 0, expected_output.c_str()); in TEST()
/aosp12/bionic/libc/
H A DSECCOMP_ALLOWLIST_COMMON.TXT48 # Since Linux 3.19, not in glibc (and not really needed to implement fexecve).
H A Dlibc.map.txt1360 fexecve;
/aosp12/bionic/tests/headers/posix/
H A Dunistd_h.c314 FUNCTION(fexecve, int (*f)(int, char* const[], char* const[])); in unistd_h()
/aosp12/bionic/libc/tools/
H A Dposix-2013.txt255 fexecve
/aosp12/bionic/docs/
H A Dstatus.md88 * `fexecve`
/aosp12/bionic/tools/versioner/platforms/
H A Dlibc.map.txt1360 fexecve;