|
Android-cuttlefish cvd tool
|
#include "cuttlefish/common/libs/utils/users.h"#include <errno.h>#include <grp.h>#include <pwd.h>#include <string.h>#include <sys/types.h>#include <unistd.h>#include <mutex>#include <string>#include <vector>#include "absl/log/log.h"#include "cuttlefish/common/libs/utils/contains.h"#include "cuttlefish/result/result.h"
Namespaces | |
| namespace | cuttlefish |
| namespace | cuttlefish::anonymous_namespace{users.cpp} |
Functions | |
| std::vector< gid_t > | cuttlefish::anonymous_namespace{users.cpp}::GetSuplementaryGroups () |
| gid_t | cuttlefish::GroupIdFromName (const std::string &group_name) |
| bool | cuttlefish::InGroup (const std::string &group) |
| Result< std::string > | cuttlefish::SystemWideUserHome () |
| Result< std::string > | cuttlefish::CurrentUserName () |
| bool | cuttlefish::IsKvmAccessible () |