Searched refs:temp_directory (Results 1 - 20 of 20) 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/content/browser/indexed_db/
H A Dindexed_db_factory_unittest.cc74 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 Dindexed_db_cleanup_on_io_error_unittest.cc65 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 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.cc287 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 Dapp_container_test.cc32 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 Dchrome_frame_reporting.cc68 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 Dleveldb_unittest.cc37 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 Dapp_restore_service_browsertest.cc63 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 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/remoting/base/
H A Dbreakpad_win.cc110 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 Dprofile_sync_service_unittest.cc343 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 Dredirect_uitest.cc109 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 Dredirect_browsertest.cc134 base::ScopedTempDir temp_directory; local
135 ASSERT_TRUE(temp_directory.CreateUniqueTempDir());
137 ASSERT_TRUE(base::CreateTemporaryFileInDir(temp_directory.path(),
H A Din_memory_url_index_unittest.cc1002 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 Dnet_internals_ui_browsertest.cc340 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 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")
202 self._rmtree(self.temp_directory)
/external/chromium_org/chrome/browser/sync/glue/
H A Dsync_backend_host_impl_unittest.cc697 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 Dsetup_main.cc1290 base::FilePath temp_directory;
1291 if (!base::GetTempDir(&temp_directory) || temp_directory.empty())
1313 temp_directory.value(), NULL, NULL, NULL,

Completed in 2162 milliseconds