Searched defs:executable (Results 1 – 2 of 2) sorted by relevance
151 Command& SetExecutable(std::string executable) & { in SetExecutable()155 Command SetExecutable(std::string executable) && { in SetExecutable()
210 Command::Command(std::string executable, SubprocessStopper stopper) in Command()321 const char* executable = executable_ ? executable_->c_str() : cmd[0]; in Start() local