Searched defs:executable (Results 1 – 16 of 16) sorted by relevance
66 std::string executable = host.HostToolExe("avbtool"); in AvbToolPolicy() local
8 "executable": { object
105 std::string_view executable) { in PolicyForExecutable()
171 Command& SetExecutable(std::string executable) & { in SetExecutable()175 Command SetExecutable(std::string executable) && { in SetExecutable()
301 Command::Command(std::string executable, SubprocessStopper stopper) in Command()455 const char* executable = executable_ ? executable_->c_str() : cmd[0]; in Start() local