Home
last modified time | relevance | path

Searched refs:SetName (Results 1 – 5 of 5) sorted by relevance

/device/google/cuttlefish/common/libs/utils/
Dsubprocess.h183 Command& SetName(std::string name) & { in SetName() function
187 Command SetName(std::string name) && { in SetName() function
188 return std::move(SetName(std::move(name))); in SetName()
192 return SetExecutable(name).SetName(std::move(name)); in SetExecutableAndName()
/device/google/cuttlefish/guest/commands/rename_netiface/
Dmain.cpp45 ni->SetName(new_name); in main()
/device/google/cuttlefish/common/libs/net/
Dnetwork_interface.h39 NetworkInterface& SetName(const std::string& new_name) { in SetName() function
/device/google/cuttlefish/host/frontend/webrtc/libcommon/
Dpeer_connection_utils.cpp40 thread->SetName(name, nullptr); in CreateAndStartThread()
/device/google/cuttlefish/guest/commands/setup_wifi/
Dmain.cpp124 connection->SetName(new_name); in RenameNetwork()