Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/adbshell/
Dmain.cpp54 const char* user_cstring = std::getenv("USER"); in VsocUser() local
55 assert(user_cstring != nullptr); in VsocUser()
56 std::string user(user_cstring); in VsocUser()