Home
last modified time | relevance | path

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

/aosp12/bionic/libc/upstream-netbsd/android/include/
H A Dnetbsd-compat.h47 __LIBC_HIDDEN__ extern const char* __bionic_get_shell_path();
48 #define _PATH_BSHELL __bionic_get_shell_path()
/aosp12/bionic/libc/upstream-openbsd/android/include/
H A Dopenbsd-compat.h68 __LIBC_HIDDEN__ extern const char* __bionic_get_shell_path();
69 #define _PATH_BSHELL __bionic_get_shell_path()
/aosp12/bionic/libc/private/
H A D__bionic_get_shell_path.h31 extern "C" const char* __bionic_get_shell_path();
/aosp12/bionic/libc/bionic/
H A D__bionic_get_shell_path.cpp61 const char* __bionic_get_shell_path() { in __bionic_get_shell_path() function
H A Dsystem.cpp61 if ((errno = posix_spawn(&child, __bionic_get_shell_path(), nullptr, &attributes, in system()
H A Dexec.cpp116 return execve(__bionic_get_shell_path(), const_cast<char**>(script_argv), envp); in __exec_as_script()
/aosp12/bionic/libc/stdio/
H A Dstdio.cpp1222 execl(__bionic_get_shell_path(), "sh", "-c", cmd, nullptr); in popen()
/aosp12/bionic/libc/
H A DAndroid.bp1020 "bionic/__bionic_get_shell_path.cpp",