Searched refs:__bionic_get_shell_path (Results 1 – 8 of 8) sorted by relevance
/aosp12/bionic/libc/upstream-netbsd/android/include/ |
H A D | netbsd-compat.h | 47 __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 D | openbsd-compat.h | 68 __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.h | 31 extern "C" const char* __bionic_get_shell_path();
|
/aosp12/bionic/libc/bionic/ |
H A D | __bionic_get_shell_path.cpp | 61 const char* __bionic_get_shell_path() { in __bionic_get_shell_path() function
|
H A D | system.cpp | 61 if ((errno = posix_spawn(&child, __bionic_get_shell_path(), nullptr, &attributes, in system()
|
H A D | exec.cpp | 116 return execve(__bionic_get_shell_path(), const_cast<char**>(script_argv), envp); in __exec_as_script()
|
/aosp12/bionic/libc/stdio/ |
H A D | stdio.cpp | 1222 execl(__bionic_get_shell_path(), "sh", "-c", cmd, nullptr); in popen()
|
/aosp12/bionic/libc/ |
H A D | Android.bp | 1020 "bionic/__bionic_get_shell_path.cpp",
|