OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:auth_file
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/remoting/tools/
hostdir.py
148
auth_file
= open(auth_filepath, 'w')
149
auth_file
.write(email)
150
auth_file
.write('\n')
151
auth_file
.write(auth_token)
152
auth_file
.close()
/external/chromium_org/chrome/browser/chromeos/app_mode/
startup_app_launcher.cc
104
base::FilePath
auth_file
= user_data_dir.Append(kOAuthFileName);
local
112
LOG(WARNING) << "Can't find auth file at " <<
auth_file
.value();
Completed in 187 milliseconds