Home
last modified time | relevance | path

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

/external/chromium_org/components/cloud_devices/tools/prototype/
Dprototype.py38 _API_CLIENT_FILE = 'config.json' variable
438 if not os.path.isfile(_API_CLIENT_FILE):
444 credentials_f = open(_API_CLIENT_FILE + '.samlpe', 'w')
448 raise Exception('Missing ' + _API_CLIENT_FILE)
450 credentials_f = open(_API_CLIENT_FILE)