Searched refs:cvd_prefix (Results 1 – 1 of 1) sorted by relevance
58 std::string cvd_prefix = "cvd-"; in VsocUser() local59 if (user.find(cvd_prefix) == 0) { in VsocUser()60 user.replace(0, cvd_prefix.size(), cuttlefish::kVsocUserPrefix); in VsocUser()