Searched refs:temp_directory (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/content/child/npapi/
H A Dplugin_stream_win.cc48 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 Dwin_utils_unittest.cc16 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 Dhandle_inheritance_test.cc21 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 Dfile_policy_test.cc288 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 Dapp_container_test.cc33 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 Dleveldb_unittest.cc39 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 Dindexed_db_factory_unittest.cc100 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 Dindexed_db_cleanup_on_io_error_unittest.cc88 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 Dtest_expectations_history.py64 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 Dapp_restore_service_browsertest.cc117 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 Dbreakpad_win.cc107 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 Dbreakpad.cc129 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 Dredirect_browsertest.cc132 base::ScopedTempDir temp_directory; local
133 ASSERT_TRUE(temp_directory.CreateUniqueTempDir());
135 ASSERT_TRUE(base::CreateTemporaryFileInDir(temp_directory.path(),
H A Din_memory_url_index_unittest.cc1034 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 Dnet_internals_ui_browsertest.cc265 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 Dcheck_git_config.py262 def temp_directory(): function
332 with temp_directory() as tmp:
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
H A Dscm_unittest.py132 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 Dsync_backend_host_impl_unittest.cc731 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 Dsetup_main.cc1293 base::FilePath temp_directory;
1294 if (!base::GetTempDir(&temp_directory) || temp_directory.empty())
1316 temp_directory.value(), NULL, NULL, NULL,

Completed in 2019 milliseconds