/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/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 | 288 wchar_t temp_directory[MAX_PATH]; local 290 ASSERT_NE(::GetTempPath(MAX_PATH, temp_directory), 0u); 291 ASSERT_NE(::GetTempFileName(temp_directory, L"test", 0, temp_file_name), 0u); 318 wchar_t temp_directory[MAX_PATH]; local 320 ASSERT_NE(::GetTempPath(MAX_PATH, temp_directory), 0u); 321 ASSERT_NE(::GetTempFileName(temp_directory, L"test", 0, temp_file_name), 0u); 323 wcscat_s(temp_directory, MAX_PATH, L"*"); 324 EXPECT_TRUE(runner.AddFsRule(TargetPolicy::FILES_ALLOW_ANY, temp_directory)); 403 wchar_t temp_directory[MAX_PATH]; local 412 ASSERT_NE(::GetTempPath(MAX_PATH, temp_directory), 527 wchar_t temp_directory[MAX_PATH]; local [all...] |
H A D | app_container_test.cc | 33 wchar_t temp_directory[MAX_PATH] = {}; local 34 GetTempPath(MAX_PATH, temp_directory); 35 GetTempFileName(temp_directory, L"test", 0, file_name);
|
/external/chromium_org/content/browser/indexed_db/leveldb/ |
H A D | leveldb_unittest.cc | 39 base::ScopedTempDir temp_directory; local 40 ASSERT_TRUE(temp_directory.CreateUniqueTempDir()); 49 LevelDBDatabase::Open(temp_directory.path(), &comparator, &leveldb); 57 LevelDBDatabase::Open(temp_directory.path(), &comparator, &leveldb); 67 base::FilePath file_path = temp_directory.path().AppendASCII("CURRENT"); 72 status = LevelDBDatabase::Open(temp_directory.path(), &comparator, &leveldb); 76 status = LevelDBDatabase::Destroy(temp_directory.path()); 79 status = LevelDBDatabase::Open(temp_directory.path(), &comparator, &leveldb); 88 base::ScopedTempDir temp_directory; local 89 ASSERT_TRUE(temp_directory 152 base::ScopedTempDir temp_directory; local 199 base::ScopedTempDir temp_directory; local 244 base::ScopedTempDir temp_directory; local [all...] |
/external/chromium_org/content/browser/indexed_db/ |
H A D | indexed_db_factory_unittest.cc | 100 base::ScopedTempDir temp_directory; local 101 ASSERT_TRUE(temp_directory.CreateUniqueTempDir()); 103 factory()->TestOpenBackingStore(origin1, temp_directory.path()); 106 factory()->TestOpenBackingStore(origin1, temp_directory.path()); 110 factory()->TestOpenBackingStore(origin2, temp_directory.path()); 126 base::ScopedTempDir temp_directory; local 127 ASSERT_TRUE(temp_directory.CreateUniqueTempDir()); 129 factory()->TestOpenBackingStore(origin, temp_directory.path()); 139 factory()->TestOpenBackingStore(origin, temp_directory.path()); 182 base::ScopedTempDir temp_directory; local 243 base::ScopedTempDir temp_directory; local 268 base::ScopedTempDir temp_directory; local 301 base::ScopedTempDir temp_directory; local 345 base::ScopedTempDir temp_directory; local 372 base::ScopedTempDir temp_directory; local 396 base::ScopedTempDir temp_directory; local 476 base::ScopedTempDir temp_directory; local [all...] |
H A D | indexed_db_cleanup_on_io_error_unittest.cc | 88 base::ScopedTempDir temp_directory; local 89 ASSERT_TRUE(temp_directory.CreateUniqueTempDir()); 90 const base::FilePath path = temp_directory.path(); 126 base::ScopedTempDir temp_directory; local 127 ASSERT_TRUE(temp_directory.CreateUniqueTempDir()); 128 const base::FilePath path = 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/apps/ |
H A D | app_restore_service_browsertest.cc | 117 base::ScopedTempDir temp_directory; local 118 ASSERT_TRUE(temp_directory.CreateUniqueTempDir()); 120 ASSERT_TRUE(base::CreateTemporaryFileInDir(temp_directory.path(), 126 "temp", temp_directory.path()); 157 base::ScopedTempDir temp_directory; local 158 ASSERT_TRUE(temp_directory.CreateUniqueTempDir()); 160 ASSERT_TRUE(base::CreateTemporaryFileInDir(temp_directory.path(), 166 "temp", temp_directory.path());
|
/external/chromium_org/remoting/base/ |
H A D | breakpad_win.cc | 107 wchar_t temp_directory[MAX_PATH + 1] = { 0 }; local 108 DWORD length = GetTempPath(MAX_PATH, temp_directory); 118 temp_directory, &OnExceptionCallback, NULL, NULL,
|
/external/chromium_org/chrome_elf/ |
H A D | breakpad.cc | 129 wchar_t temp_directory[MAX_PATH + 1] = {}; local 130 DWORD length = GetTempPath(MAX_PATH, temp_directory); 180 temp_directory,
|
/external/chromium_org/chrome/browser/history/ |
H A D | redirect_browsertest.cc | 132 base::ScopedTempDir temp_directory; local 133 ASSERT_TRUE(temp_directory.CreateUniqueTempDir()); 135 ASSERT_TRUE(base::CreateTemporaryFileInDir(temp_directory.path(),
|
H A D | in_memory_url_index_unittest.cc | 1034 base::ScopedTempDir temp_directory; local 1035 ASSERT_TRUE(temp_directory.CreateUniqueTempDir()); 1036 set_history_dir(temp_directory.path()); 1109 base::ScopedTempDir temp_directory; local 1110 ASSERT_TRUE(temp_directory.CreateUniqueTempDir()); 1111 set_history_dir(temp_directory.path());
|
/external/chromium_org/chrome/browser/ui/webui/net_internals/ |
H A D | net_internals_ui_browsertest.cc | 265 base::ScopedTempDir temp_directory; local 266 ASSERT_TRUE(temp_directory.CreateUniqueTempDir()); 268 ASSERT_TRUE(base::CreateTemporaryFileInDir(temp_directory.path(),
|
/external/chromium_org/tools/ |
H A D | check_git_config.py | 262 def temp_directory(): function 332 with temp_directory() as tmp:
|
/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") 204 self._rmtree(self.temp_directory)
|
/external/chromium_org/chrome/browser/sync/glue/ |
H A D | sync_backend_host_impl_unittest.cc | 731 base::FilePath temp_directory = local 733 base::FilePath sync_file = temp_directory.AppendASCII("SyncData.sqlite3"); 734 ASSERT_TRUE(base::CreateDirectory(temp_directory));
|
/external/chromium_org/chrome/installer/setup/ |
H A D | setup_main.cc | 1293 base::FilePath temp_directory; 1294 if (!base::GetTempDir(&temp_directory) || temp_directory.empty()) 1316 temp_directory.value(), NULL, NULL, NULL,
|