HomeSort by relevance Sort by last modified time
    Searched defs:_PATH_BSHELL (Results 1 - 5 of 5) sorted by null

  /bionic/libc/include/
paths.h 37 #ifndef _PATH_BSHELL
38 #define _PATH_BSHELL "/system/bin/sh"
  /bionic/libc/upstream-netbsd/android/include/
netbsd-compat.h 49 #define _PATH_BSHELL __bionic_get_shell_path()
  /bionic/libc/upstream-openbsd/android/include/
openbsd-compat.h 81 #define _PATH_BSHELL __bionic_get_shell_path()
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
paths.h 41 #define _PATH_BSHELL "/bin/sh"
  /external/strace/
strace.c 467 #ifndef _PATH_BSHELL
468 # define _PATH_BSHELL "/bin/sh"
501 execl(_PATH_BSHELL, "sh", "-c", command, NULL);
502 perror_msg_and_die("Can't execute '%s'", _PATH_BSHELL);
    [all...]

Completed in 102 milliseconds