Searched defs:spoof_db_file (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/browser/
H A Ddatabase_tracker_unittest.cc784 // a spoof_db_file on disk in the expected location.
788 base::FilePath spoof_db_file = tracker->GetFullDBFilePath(kOriginId, kName); local
790 EXPECT_TRUE(base::CreateDirectory(spoof_db_file.DirName()));
791 EXPECT_TRUE(EnsureFileOfSize(spoof_db_file, 1));
803 EXPECT_TRUE(base::PathExists(spoof_db_file));
808 EXPECT_FALSE(base::PathExists(spoof_db_file));
813 // a spoof_db_file on disk in the expected location.
819 EXPECT_NE(spoof_db_file, spoof_db_file2);

Completed in 60 milliseconds