Searched refs:__bionic_get_shell_path (Results 1 – 7 of 7) sorted by relevance
47 __LIBC_HIDDEN__ extern const char* __bionic_get_shell_path();48 #define _PATH_BSHELL __bionic_get_shell_path()
68 __LIBC_HIDDEN__ extern const char* __bionic_get_shell_path();69 #define _PATH_BSHELL __bionic_get_shell_path()
31 extern "C" const char* __bionic_get_shell_path();
61 const char* __bionic_get_shell_path() { in __bionic_get_shell_path() function
61 if ((errno = posix_spawn(&child, __bionic_get_shell_path(), nullptr, &attributes, in system()
1222 execl(__bionic_get_shell_path(), "sh", "-c", cmd, nullptr); in popen()
1020 "bionic/__bionic_get_shell_path.cpp",