Searched refs:WINSCOPE_TOKEN_LOCATION (Results 1 – 1 of 1) sorted by relevance
56 WINSCOPE_TOKEN_LOCATION = os.path.expanduser('~/.config/winscope/.token') variable304 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))