Home
last modified time | relevance | path

Searched defs:json_key_file (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/autotest/utils/frozen_chromite/lib/
H A Dgce.py153 def ForServiceAccount(cls, project, zone, json_key_file): argument
172 def ForServiceAccountThreadSafe(cls, project, zone, json_key_file): argument
/aosp_15_r20/external/grpc-grpc/test/cpp/interop/
H A Dclient_helper.cc59 std::ifstream json_key_file(absl::GetFlag(FLAGS_service_account_key_file)); in GetServiceAccountJsonKey() local