Home
last modified time | relevance | path

Searched defs:executable (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/common/libs/utils/
Dsubprocess.h151 Command& SetExecutable(std::string executable) & { in SetExecutable()
155 Command SetExecutable(std::string executable) && { in SetExecutable()
Dsubprocess.cpp210 Command::Command(std::string executable, SubprocessStopper stopper) in Command()
321 const char* executable = executable_ ? executable_->c_str() : cmd[0]; in Start() local