Searched refs:__bionic_get_shell_path (Results 1 – 8 of 8) sorted by relevance
| /bionic/libc/upstream-netbsd/android/include/ |
| D | netbsd-compat.h | 49 __LIBC_HIDDEN__ extern const char* __bionic_get_shell_path(); 50 #define _PATH_BSHELL __bionic_get_shell_path()
|
| /bionic/libc/upstream-openbsd/android/include/ |
| D | openbsd-compat.h | 74 __LIBC_HIDDEN__ extern const char* __bionic_get_shell_path(); 75 #define _PATH_BSHELL __bionic_get_shell_path()
|
| /bionic/libc/private/ |
| D | __bionic_get_shell_path.h | 31 extern "C" const char* __bionic_get_shell_path();
|
| /bionic/libc/bionic/ |
| D | __bionic_get_shell_path.cpp | 61 const char* __bionic_get_shell_path() { in __bionic_get_shell_path() function
|
| D | system.cpp | 61 if ((errno = posix_spawn(&child, __bionic_get_shell_path(), nullptr, &attributes, in system()
|
| D | exec.cpp | 118 return execve(__bionic_get_shell_path(), const_cast<char**>(script_argv), envp); in __exec_as_script()
|
| /bionic/libc/stdio/ |
| D | stdio.cpp | 1224 execl(__bionic_get_shell_path(), "sh", "-c", "--", cmd, nullptr); in popen()
|
| /bionic/libc/ |
| D | Android.bp | 1052 "bionic/__bionic_get_shell_path.cpp",
|