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

  /build/kati/
exec.cc 48 shell_ = ev->EvalVar(kShellSym);
108 int result = RunCommand(shell_, command->cmd.c_str(),
137 string shell_; member in class:__anon1259::Executor
ninja.cc 187 shell_ = EscapeNinja(ev->EvalVar(kShellSym));
508 *o << " command = " << shell_ << " $out.rsp\n"; local
511 *o << " command = " << shell_ << " -c \"" << cmd_buf << "\"\n";
777 string shell_; member in class:NinjaGenerator
  /external/vulkan-validation-layers/demos/smoke/
Game.h 56 virtual void attach_shell(Shell &shell) { shell_ = &shell; }
57 virtual void detach_shell() { shell_ = nullptr; }
79 : settings_(), shell_(nullptr)
101 Shell *shell_; member in class:Game

Completed in 877 milliseconds