/external/chromium_org/content/child/npapi/ |
H A D | plugin_stream_win.cc | 48 char temp_directory[MAX_PATH]; local 49 if (GetTempPathA(MAX_PATH, temp_directory) == 0) 51 if (GetTempFileNameA(temp_directory, "npstream", 0, temp_file_name_) == 0)
|
/external/chromium_org/content/browser/indexed_db/ |
H A D | indexed_db_factory_unittest.cc | 74 base::ScopedTempDir temp_directory; local 75 ASSERT_TRUE(temp_directory.CreateUniqueTempDir()); 77 factory->TestOpenBackingStore(origin1, temp_directory.path()); 80 factory->TestOpenBackingStore(origin1, temp_directory.path()); 84 factory->TestOpenBackingStore(origin2, temp_directory.path()); 102 base::ScopedTempDir temp_directory; local 103 ASSERT_TRUE(temp_directory.CreateUniqueTempDir()); 105 factory->TestOpenBackingStore(origin, temp_directory.path()); 115 factory->TestOpenBackingStore(origin, temp_directory.path()); 159 base::ScopedTempDir temp_directory; local 231 base::ScopedTempDir temp_directory; local 262 base::ScopedTempDir temp_directory; local 304 base::ScopedTempDir temp_directory; local 331 base::ScopedTempDir temp_directory; local 357 base::ScopedTempDir temp_directory; local 431 base::ScopedTempDir temp_directory; local [all...] |
H A D | indexed_db_cleanup_on_io_error_unittest.cc | 65 base::ScopedTempDir temp_directory; local 66 ASSERT_TRUE(temp_directory.CreateUniqueTempDir()); 67 const base::FilePath path = temp_directory.path(); 116 base::ScopedTempDir temp_directory; local 117 ASSERT_TRUE(temp_directory.CreateUniqueTempDir()); 118 const base::FilePath path = temp_directory.path();
|
/external/chromium_org/sandbox/win/src/ |
H A D | win_utils_unittest.cc | 16 wchar_t temp_directory[MAX_PATH]; local 18 ASSERT_NE(::GetTempPath(MAX_PATH, temp_directory), 0u); 19 ASSERT_NE(::GetTempFileName(temp_directory, L"test", 0, my_folder), 0u); 43 base::string16 temp_dir_nt = base::string16(L"\\??\\") + temp_directory; 58 wchar_t temp_directory[MAX_PATH]; local 60 ASSERT_NE(::GetTempPath(MAX_PATH, temp_directory), 0u); 61 ASSERT_NE(::GetTempFileName(temp_directory, L"test", 0, my_folder), 0u);
|
H A D | handle_inheritance_test.cc | 21 wchar_t temp_directory[MAX_PATH]; local 23 ASSERT_NE(::GetTempPath(MAX_PATH, temp_directory), 0u); 24 ASSERT_NE(::GetTempFileName(temp_directory, L"test", 0, temp_file_name), 0u);
|
H A D | file_policy_test.cc | 287 wchar_t temp_directory[MAX_PATH]; local 289 ASSERT_NE(::GetTempPath(MAX_PATH, temp_directory), 0u); 290 ASSERT_NE(::GetTempFileName(temp_directory, L"test", 0, temp_file_name), 0u); 317 wchar_t temp_directory[MAX_PATH]; local 319 ASSERT_NE(::GetTempPath(MAX_PATH, temp_directory), 0u); 320 ASSERT_NE(::GetTempFileName(temp_directory, L"test", 0, temp_file_name), 0u); 322 wcscat_s(temp_directory, MAX_PATH, L"*"); 323 EXPECT_TRUE(runner.AddFsRule(TargetPolicy::FILES_ALLOW_ANY, temp_directory)); 402 wchar_t temp_directory[MAX_PATH]; local 411 ASSERT_NE(::GetTempPath(MAX_PATH, temp_directory), 526 wchar_t temp_directory[MAX_PATH]; local [all...] |
H A D | app_container_test.cc | 32 wchar_t temp_directory[MAX_PATH] = {}; local 33 GetTempPath(MAX_PATH, temp_directory); 34 GetTempFileName(temp_directory, L"test", 0, file_name);
|
/external/chromium_org/chrome_frame/ |
H A D | chrome_frame_reporting.cc | 68 base::FilePath temp_directory; local 69 if (!base::GetTempDir(&temp_directory) || temp_directory.empty()) 78 true, kChromePipeName, temp_directory.value(), GetCustomInfo(dll_path)); 93 false, user_sid.c_str(), temp_directory.value(), GetCustomInfo(dll_path));
|
/external/chromium_org/content/browser/indexed_db/leveldb/ |
H A D | leveldb_unittest.cc | 37 base::ScopedTempDir temp_directory; local 38 ASSERT_TRUE(temp_directory.CreateUniqueTempDir()); 47 LevelDBDatabase::Open(temp_directory.path(), &comparator, &leveldb); 55 LevelDBDatabase::Open(temp_directory.path(), &comparator, &leveldb); 65 base::FilePath file_path = temp_directory.path().AppendASCII("CURRENT"); 75 LevelDBDatabase::Open(temp_directory.path(), &comparator, &leveldb); 79 bool destroyed = LevelDBDatabase::Destroy(temp_directory.path()); 82 status = LevelDBDatabase::Open(temp_directory.path(), &comparator, &leveldb); 91 base::ScopedTempDir temp_directory; local 92 ASSERT_TRUE(temp_directory 155 base::ScopedTempDir temp_directory; local 203 base::ScopedTempDir temp_directory; local 249 base::ScopedTempDir temp_directory; local [all...] |
/external/chromium_org/apps/ |
H A D | app_restore_service_browsertest.cc | 63 base::ScopedTempDir temp_directory; local 64 ASSERT_TRUE(temp_directory.CreateUniqueTempDir()); 66 ASSERT_TRUE(base::CreateTemporaryFileInDir(temp_directory.path(), 72 "temp", temp_directory.path()); 108 base::ScopedTempDir temp_directory; local 109 ASSERT_TRUE(temp_directory.CreateUniqueTempDir()); 111 ASSERT_TRUE(base::CreateTemporaryFileInDir(temp_directory.path(), 117 "temp", temp_directory.path());
|
/external/chromium_org/media/tools/layout_tests/ |
H A D | test_expectations_history.py | 64 temp_directory = tempfile.mkdtemp() 65 test_expectations_path = os.path.join(temp_directory, 'TestExpectations') 69 client.checkout(te_location_dir, temp_directory, recurse=False) 106 text = client.diff(temp_directory,
|
/external/chromium_org/remoting/base/ |
H A D | breakpad_win.cc | 110 wchar_t temp_directory[MAX_PATH + 1] = { 0 }; local 111 DWORD length = GetTempPath(MAX_PATH, temp_directory); 121 temp_directory, &OnExceptionCallback, NULL, NULL,
|
/external/chromium/chrome/browser/sync/ |
H A D | profile_sync_service_unittest.cc | 343 FilePath temp_directory = profile_->GetPath().AppendASCII("Sync Data"); local 345 temp_directory.AppendASCII("BookmarkSyncSettings.sqlite3"); 346 FilePath sync_file2 = temp_directory.AppendASCII("SyncData.sqlite3"); 347 FilePath sync_file3 = temp_directory.AppendASCII("nonsense_file"); 348 ASSERT_TRUE(file_util::CreateDirectory(temp_directory));
|
/external/chromium/chrome/browser/history/ |
H A D | redirect_uitest.cc | 109 ScopedTempDir temp_directory; local 110 ASSERT_TRUE(temp_directory.CreateUniqueTempDir()); 112 ASSERT_TRUE(file_util::CreateTemporaryFileInDir(temp_directory.path(),
|
/external/chromium_org/chrome/browser/history/ |
H A D | redirect_browsertest.cc | 134 base::ScopedTempDir temp_directory; local 135 ASSERT_TRUE(temp_directory.CreateUniqueTempDir()); 137 ASSERT_TRUE(base::CreateTemporaryFileInDir(temp_directory.path(),
|
H A D | in_memory_url_index_unittest.cc | 1002 base::ScopedTempDir temp_directory; local 1003 ASSERT_TRUE(temp_directory.CreateUniqueTempDir()); 1004 set_history_dir(temp_directory.path()); 1066 base::ScopedTempDir temp_directory; local 1067 ASSERT_TRUE(temp_directory.CreateUniqueTempDir()); 1068 set_history_dir(temp_directory.path());
|
/external/chromium_org/chrome/browser/ui/webui/net_internals/ |
H A D | net_internals_ui_browsertest.cc | 340 base::ScopedTempDir temp_directory; local 341 ASSERT_TRUE(temp_directory.CreateUniqueTempDir()); 343 ASSERT_TRUE(base::CreateTemporaryFileInDir(temp_directory.path(),
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/ |
H A D | scm_unittest.py | 132 self.temp_directory = self._mkdtemp(suffix="svn_test") 133 self.svn_repo_path = self._join(self.temp_directory, "repo") 135 self.svn_checkout_path = self._join(self.temp_directory, "checkout") 202 self._rmtree(self.temp_directory)
|
/external/chromium_org/chrome/browser/sync/glue/ |
H A D | sync_backend_host_impl_unittest.cc | 697 base::FilePath temp_directory = local 699 base::FilePath sync_file = temp_directory.AppendASCII("SyncData.sqlite3"); 700 ASSERT_TRUE(base::CreateDirectory(temp_directory));
|
/external/chromium_org/chrome/installer/setup/ |
H A D | setup_main.cc | 1290 base::FilePath temp_directory; 1291 if (!base::GetTempDir(&temp_directory) || temp_directory.empty()) 1313 temp_directory.value(), NULL, NULL, NULL,
|