/external/chromium_org/content/browser/ |
storage_partition_impl_unittest.cc | 381 const base::FilePath& cache_path() { return temp_dir_.path(); } 384 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir()); 414 base::ScopedTempDir temp_dir_; member in class:content::StoragePartitionShaderClearTest [all...] |
/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_org/chrome_frame/test/ |
test_with_web_server.cc | 82 base::ScopedTempDir ChromeFrameTestWithWebServer::temp_dir_; member in class:ChromeFrameTestWithWebServer 142 if (temp_dir_.IsValid()) 143 EXPECT_TRUE(temp_dir_.Delete()); 149 if (!temp_dir_.IsValid()) { 150 EXPECT_TRUE(temp_dir_.CreateUniqueTempDir()); 151 chrome_user_data_dir_ = temp_dir_.path().AppendASCII("User Data"); [all...] |
/external/chromium_org/sync/syncable/ |
directory_backing_store_unittest.cc | 36 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir()); 45 return temp_dir_.path().Append(Directory::kSyncDatabaseFilename); 89 base::ScopedTempDir temp_dir_; member in class:syncer::syncable::MigrationTest [all...] |
syncable_unittest.cc | 92 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir()); 93 db_path_ = temp_dir_.path().Append( 101 base::ScopedTempDir temp_dir_; member in class:syncer::syncable::SyncableGeneralTest 1704 base::ScopedTempDir temp_dir_; member in class:syncer::syncable::__anon13215::OnDiskSyncableDirectoryTest 2107 base::ScopedTempDir temp_dir_; member in class:syncer::syncable::__anon13216::SyncableDirectoryManagement [all...] |
/external/chromium/base/ |
file_util_unittest.cc | 126 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir()); 129 ScopedTempDir temp_dir_; member in class:__anon4072::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...] |
/external/chromium_org/base/ |
file_util_unittest.cc | 181 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir()); 184 ScopedTempDir temp_dir_; member in class:base::__anon6164::FileUtilTest 250 FilePath file_01 = temp_dir_.path().Append(FPL("The file 01.txt")); 256 FilePath subdir_path = temp_dir_.path().Append(FPL("Level2")); 271 int64 computed_size = ComputeDirectorySize(temp_dir_.path()); 278 FilePath file_a_path = temp_dir_.path().Append(FPL("file_a")); 279 FilePath dir_path = temp_dir_.path().Append(FPL("dir")); 320 FilePath base_a = temp_dir_.path().Append(FPL("base_a")); 355 FilePath base_b = temp_dir_.path().Append(FPL("base_b")); 422 std::wstring real_drive_letter = temp_dir_.path().value().substr(0, 2) [all...] |
/external/chromium_org/chrome/browser/ui/ |
browser_browsertest.cc | 2125 base::ScopedTempDir temp_dir_; member in class:LaunchBrowserWithNonAsciiUserDatadir [all...] |
/external/chromium_org/net/spdy/ |
spdy_network_transaction_unittest.cc | 96 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir()); 441 CHECK(base::CreateTemporaryFileInDir(temp_dir_.path(), &file_path)); 468 CHECK(base::CreateTemporaryFileInDir(temp_dir_.path(), &file_path)); 497 CHECK(base::CreateTemporaryFileInDir(temp_dir_.path(), &file_path)); 671 base::ScopedTempDir temp_dir_; member in class:net::SpdyNetworkTransactionTest [all...] |
/external/chromium_org/sync/internal_api/ |
sync_manager_impl_unittest.cc | 801 ASSERT_TRUE(temp_dir_.CreateUniqueTempDir()); 828 temp_dir_.path(), 1021 base::ScopedTempDir temp_dir_; member in class:syncer::SyncManagerTest [all...] |