Home
last modified time | relevance | path

Searched refs:SetExecutableAndName (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/common/libs/utils/
Dsubprocess.h191 Command& SetExecutableAndName(std::string name) & { in SetExecutableAndName() function
195 Command SetExecutableAndName(std::string name) && { in SetExecutableAndName() function
196 return std::move(SetExecutableAndName(std::move(name))); in SetExecutableAndName()
/device/google/cuttlefish/host/libs/vm_manager/
Dcrosvm_builder.cpp48 command_.SetExecutableAndName(ProcessRestarterBinary()); in ApplyProcessRestarter()