Searched refs:GetPerInstanceDefault (Results 1 – 6 of 6) sorted by relevance
/device/google/cuttlefish_common/host/commands/launch/ |
D | flags.cc | 21 using vsoc::GetPerInstanceDefault; 83 std::string g_default_serial_number{GetPerInstanceDefault("CUTTLEFISHCVD")}; 118 DEFINE_int32(vnc_server_port, GetPerInstanceDefault(6444), 120 DEFINE_int32(stream_audio_port, GetPerInstanceDefault(7444), 143 DEFINE_int32(vhci_port, GetPerInstanceDefault(0), "VHCI port to use for usb"); 145 GetPerInstanceDefault("00:43:56:44:80:"), // 00:43:56:44:80:0x 162 DEFINE_string(uuid, vsoc::GetPerInstanceDefault(vsoc::kDefaultUuidPrefix), 189 DEFINE_int32(logcat_vsock_port, vsoc::GetPerInstanceDefault(5620), 191 DEFINE_int32(frames_vsock_port, vsoc::GetPerInstanceDefault(5580), 486 auto default_mobile_interface = GetPerInstanceDefault("cvd-mbr-"); in SetDefaultFlagsForQemu() [all …]
|
D | launch.cc | 90 return vsoc::GetPerInstanceDefault(kFirstHostPort); in GetHostPort()
|
D | main.cc | 63 using vsoc::GetPerInstanceDefault;
|
/device/google/cuttlefish_common/host/commands/stop_cvd/ |
D | main.cc | 59 cmd += " " + vsoc::GetPerInstanceDefault("/dev/shm/cvd-"); in GetCandidateProcessGroups()
|
/device/google/cuttlefish_common/host/libs/config/ |
D | cuttlefish_config.h | 343 std::string GetPerInstanceDefault(const char* prefix); 344 int GetPerInstanceDefault(int base);
|
D | cuttlefish_config.cpp | 900 return GetPerInstanceDefault("cvd-"); in instance_name() 916 std::string GetPerInstanceDefault(const char* prefix) { in GetPerInstanceDefault() function 921 int GetPerInstanceDefault(int base) { return base + GetInstance() - 1; } in GetPerInstanceDefault() function 930 return GetPerInstanceDefault("/var/run/shm/cvd-"); in GetDefaultMempath() 935 return vsoc::HostSupportsVsock() ? GetPerInstanceDefault(kFirstGuestCid) : 0; in GetDefaultPerInstanceVsockCid()
|