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

  /external/chromium/chrome/browser/chromeos/login/
google_authenticator_unittest.cc 109 int ascii_len = ascii.length(); local
111 EXPECT_EQ(WriteFile(local_account_file, ascii.c_str(), ascii_len),
112 ascii_len); local
parallel_authenticator_unittest.cc 132 int ascii_len = ascii.length(); local
134 EXPECT_EQ(WriteFile(local_account_file, ascii.c_str(), ascii_len),
135 ascii_len); local

Completed in 58 milliseconds