Home
last modified time | relevance | path

Searched refs:_PATH_BSHELL (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/include/
Dpaths.h37 #ifndef _PATH_BSHELL
38 #define _PATH_BSHELL "/system/bin/sh" macro
/bionic/libc/upstream-netbsd/android/include/
Dnetbsd-compat.h49 #define _PATH_BSHELL __bionic_get_shell_path() macro
/bionic/libc/upstream-openbsd/lib/libc/stdlib/
Dsystem.c64 execve(_PATH_BSHELL, argp, environ); in system()
/bionic/libc/upstream-openbsd/android/include/
Dopenbsd-compat.h75 #define _PATH_BSHELL __bionic_get_shell_path() macro
/bionic/libc/bionic/
Dexec.cpp112 return execve(_PATH_BSHELL, const_cast<char**>(script_argv), envp); in __exec_as_script()
/bionic/libc/upstream-netbsd/lib/libc/gen/
Dpopen.c154 execl(_PATH_BSHELL, "sh", "-c", command, NULL); in popen()