OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:credentials_file
(Results
1 - 2
of
2
) sorted by null
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/tests/
test_oauth2client.py
298
credentials_file
= datafile(
301
credentials_file
)
333
credentials_file
= datafile(
337
credentials_file
)
341
credentials_file
= datafile(
345
credentials_file
)
358
credentials_file
= datafile(
363
_get_application_default_credential_from_file(
credentials_file
)
372
credentials_file
= datafile(
377
_get_application_default_credential_from_file(
credentials_file
)
[
all
...]
/external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome/
cros_unittest.py
46
credentials_file
= os.path.join(os.path.dirname(__file__),
48
if os.path.exists(
credentials_file
):
49
with open(
credentials_file
) as f:
Completed in 99 milliseconds