Home
last modified time | relevance | path

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

/development/tools/winscope/adb_proxy/
Dwinscope_proxy.py56 WINSCOPE_TOKEN_LOCATION = os.path.expanduser('~/.config/winscope/.token') variable
304 with open(WINSCOPE_TOKEN_LOCATION, 'r') as token_file:
307 token, WINSCOPE_TOKEN_LOCATION))
311 os.makedirs(os.path.dirname(WINSCOPE_TOKEN_LOCATION), exist_ok=True)
313 with open(WINSCOPE_TOKEN_LOCATION, 'w') as token_file:
315 token, WINSCOPE_TOKEN_LOCATION))
317 os.chmod(WINSCOPE_TOKEN_LOCATION, 0o600)
320 token, WINSCOPE_TOKEN_LOCATION))