Home
last modified time | relevance | path

Searched refs:kVsocUserPrefix (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/host/commands/adbshell/
Dmain.cpp60 user.replace(0, cvd_prefix.size(), cuttlefish::kVsocUserPrefix); in VsocUser()
/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.cpp51 if (!instance_str || std::strncmp(instance_str, cuttlefish::kVsocUserPrefix, in InstanceFromEnvironment()
52 sizeof(cuttlefish::kVsocUserPrefix) - 1)) { in InstanceFromEnvironment()
57 instance_str += sizeof(cuttlefish::kVsocUserPrefix) - 1; in InstanceFromEnvironment()
Dcuttlefish_config.h37 constexpr char kVsocUserPrefix[] = "vsoc-"; variable