Home
last modified time | relevance | path

Searched defs:credentials (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish/common/libs/utils/
Dunix_sockets.cpp72 ControlMessage ControlMessage::FromCredentials(const ucred& credentials) { in FromCredentials()
128 ucred credentials; in AsCredentials() local
182 std::vector<ucred> credentials; in Credentials() local
/device/google/cuttlefish/host/commands/cvd/server_command/
Dserial_launch.cpp163 std::string credentials; in CreateCommandSequence() local
/device/google/cuttlefish/host/commands/test_gce_driver/
Dgce_api.cpp311 GceApi::GceApi(HttpClient& http_client, CredentialSource& credentials, in GceApi()