/external/chromium/chrome/browser/sync/engine/ |
syncapi_unittest.cc | 650 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir()); 671 sync_manager_.Init(temp_dir_.path(), "bogus", 0, false, 773 ScopedTempDir temp_dir_; member in class:sync_api::__anon3457::SyncManagerTest [all...] |
/external/chromium/chrome/browser/visitedlink/ |
visitedlink_unittest.cc | 163 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir()); 165 history_dir_ = temp_dir_.path().AppendASCII("VisitedLinkTest"); 176 ScopedTempDir temp_dir_; member in class:VisitedLinkTest
|
/external/chromium/chrome/common/ |
service_process_util_unittest.cc | 358 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir()); 436 const FilePath& GetTempDirPath() const { return temp_dir_.path(); } 444 ScopedTempDir temp_dir_; member in class:ServiceProcessStateFileManipulationTest
|
/external/chromium/chrome/browser/sync/syncable/ |
syncable_unittest.cc | 92 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir()); 93 db_path_ = temp_dir_.path().Append( 100 ScopedTempDir temp_dir_; member in class:syncable::SyncableGeneralTest [all...] |
/external/chromium/base/ |
file_util_unittest.cc | 126 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir()); 129 ScopedTempDir temp_dir_; member in class:__anon2650::FileUtilTest 325 temp_dir_.path().Append(FILE_PATH_LITERAL("Old File.txt")); 339 EXPECT_EQ(0, file_util::CountFilesCreatedAfter(temp_dir_.path(), now)); 343 temp_dir_.path().Append(FILE_PATH_LITERAL("New File.txt")); 347 EXPECT_EQ(1, file_util::CountFilesCreatedAfter(temp_dir_.path(), now)); 351 EXPECT_EQ(0, file_util::CountFilesCreatedAfter(temp_dir_.path(), now)); 357 FilePath file_01 = temp_dir_.path().Append(FPL("The file 01.txt")); 363 FilePath subdir_path = temp_dir_.path().Append(FPL("Level2")); 378 int64 computed_size = file_util::ComputeDirectorySize(temp_dir_.path()) [all...] |