Searched refs:_PATH_BSHELL (Results 1 – 6 of 6) sorted by relevance
37 #ifndef _PATH_BSHELL38 #define _PATH_BSHELL "/system/bin/sh" macro
49 #define _PATH_BSHELL __bionic_get_shell_path() macro
64 execve(_PATH_BSHELL, argp, environ); in system()
75 #define _PATH_BSHELL __bionic_get_shell_path() macro
112 return execve(_PATH_BSHELL, const_cast<char**>(script_argv), envp); in __exec_as_script()
154 execl(_PATH_BSHELL, "sh", "-c", command, NULL); in popen()