Searched refs:user_cstring (Results 1 – 1 of 1) sorted by relevance
54 const char* user_cstring = std::getenv("USER"); in VsocUser() local55 assert(user_cstring != nullptr); in VsocUser()56 std::string user(user_cstring); in VsocUser()