Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/fetcher/
Dcredential_source.cc64 FixedCredentialSource::FixedCredentialSource(const std::string& credential) { in FixedCredentialSource() function in cuttlefish::FixedCredentialSource
68 std::string FixedCredentialSource::Credential() { in Credential()
72 std::unique_ptr<CredentialSource> FixedCredentialSource::make( in make()
74 return std::unique_ptr<CredentialSource>(new FixedCredentialSource(credential)); in make()
Dcredential_source.h46 class FixedCredentialSource : public CredentialSource {
49 FixedCredentialSource(const std::string& credential);
Dfetch_cvd.cc263 credential_source = FixedCredentialSource::make(FLAGS_credential_source); in FetchCvdMain()