Searched refs:kVsocUserPrefix (Results 1 – 3 of 3) sorted by relevance
60 user.replace(0, cvd_prefix.size(), cuttlefish::kVsocUserPrefix); in VsocUser()
51 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()
37 constexpr char kVsocUserPrefix[] = "vsoc-"; variable