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

  /external/chromium/chrome/browser/chromeos/login/
google_authenticator.cc 47 const char GoogleAuthenticator::kLocalaccountFile[] = "localaccount";
318 VLOG(1) << "Checking localaccount";
334 LOG(WARNING) << "Logging in with localaccount: " << localaccount_;
408 std::string localaccount; local
411 VLOG(1) << "Looking for localaccount in " << localaccount_file.value();
413 ReadFileToString(localaccount_file, &localaccount);
414 TrimWhitespaceASCII(localaccount, TRIM_TRAILING, &localaccount);
415 VLOG(1) << "Loading localaccount: " << localaccount;
    [all...]
parallel_authenticator.cc 46 const char ParallelAuthenticator::kLocalaccountFile[] = "localaccount";
166 VLOG(2) << "Checking localaccount";
193 // Not the localaccount. Fail, passing along cached error info.
295 // In this case, we tried to mount a tmpfs for BWSI or the localaccount
549 std::string localaccount; local
552 VLOG(2) << "Looking for localaccount in " << localaccount_file.value();
554 ReadFileToString(localaccount_file, &localaccount);
555 TrimWhitespaceASCII(localaccount, TRIM_TRAILING, &localaccount);
556 VLOG(1) << "Loading localaccount: " << localaccount
    [all...]

Completed in 160 milliseconds