HomeSort by relevance Sort by last modified time
    Searched refs:shell_ (Results 1 - 3 of 3) sorted by null

  /external/shflags/lib/
versions 108 shell_=$1
110 if [ ! -x "${shell_}" ]; then
116 case ${shell_} in
120 #version_=`versions_shell_bash ${shell_}`
122 #[ -z "${version_}" ] && version_=`versions_shell_ksh ${shell_}`
124 #[ -z "${version_}" ] && version_=`versions_shell_zsh ${shell_}`
126 */bash) version_=`versions_shell_bash ${shell_}` ;;
133 */ksh) version_=`versions_shell_ksh ${shell_}` ;;
134 */pdksh) version_=`versions_shell_pdksh ${shell_}` ;;
135 */zsh) version_=`versions_shell_zsh ${shell_}` ;;
    [all...]
  /build/kati/
exec.cc 48 shell_ = ev->GetShell();
108 int result = RunCommand(shell_, shellflag_, command->cmd.c_str(),
134 string shell_; member in class:__anon1586::Executor
ninja.cc 187 shell_ = EscapeNinja(ev->GetShell());
509 *o << " command = " << shell_ << " $out.rsp\n"; local
512 *o << " command = " << shell_ << ' ' << shell_flags_ << " \"" << cmd_buf
800 string shell_; member in class:NinjaGenerator

Completed in 156 milliseconds