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

  /external/chromium_org/chrome/browser/sync/test/integration/
sync_test.h 243 base::FilePath password_file_; member in class:SyncTest
sync_test.cc 405 password_file_ = cl->GetSwitchValuePath(switches::kPasswordFileForTest);
406 if (password_file_.empty())
410 file_util::ReadFileToString(password_file_, &file_contents);
412 << password_file_.value() << "\" does not exist.";
417 << password_file_.value()

Completed in 1514 milliseconds