HomeSort by relevance Sort by last modified time
    Searched refs:auth_filepath (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/remoting/tools/
runclient.py 16 auth_filepath = os.path.join(os.path.expanduser('~'), '.chromotingAuthToken')
31 auth = open(auth_filepath)
hostdir.py 21 auth_filepath = os.path.join(os.path.expanduser('~'), variable
120 lines = open(auth_filepath).readlines()
124 (auth_filepath, sys.argv[0]))
128 (auth_filepath, sys.argv[0]))
148 auth_file = open(auth_filepath, 'w')
155 print '...saved in', auth_filepath

Completed in 38 milliseconds