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

  /external/chromium/chrome/browser/chromeos/login/
parallel_authenticator_unittest.cc 128 FilePath local_account_file; local
131 &local_account_file);
134 EXPECT_EQ(WriteFile(local_account_file, ascii.c_str(), ascii_len),
137 return local_account_file;
google_authenticator_unittest.cc 105 FilePath local_account_file; local
108 &local_account_file);
111 EXPECT_EQ(WriteFile(local_account_file, ascii.c_str(), ascii_len),
114 return local_account_file;

Completed in 63 milliseconds