Home
last modified time | relevance | path

Searched defs:new_name (Results 1 – 5 of 5) sorted by relevance

/device/google/cuttlefish/guest/commands/rename_netiface/
Dmain.cpp37 const char *const new_name = argv[2]; in main() local
/device/google/cuttlefish/guest/commands/ip_link_add/
Dmain.cpp41 const char *const new_name = argv[3]; in main() local
/device/google/cuttlefish/common/libs/net/
Dnetwork_interface.h39 NetworkInterface& SetName(const std::string& new_name) { in SetName()
/device/google/cuttlefish/guest/commands/setup_wifi/
Dmain.cpp117 int RenameNetwork(const std::string& name, const std::string& new_name) { in RenameNetwork()
/device/google/cuttlefish/common/libs/utils/
Dfiles.cpp115 bool RenameFile(const std::string& old_name, const std::string& new_name) { in RenameFile()