Searched defs:temp_path (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/content/shell/common/
H A Dshell_test_configuration.h24 base::FilePath temp_path; member in struct:content::ShellTestConfiguration
/external/chromium_org/chrome/installer/setup/
H A Dchrome_frame_quick_enable.cc84 base::ScopedTempDir temp_path; local
85 if (!temp_path.CreateUniqueTempDir()) {
116 new_version, temp_path.path(), item_list.get());
H A Dinstall.cc158 // temp_path: the path of working directory used during installation. This path
176 const base::FilePath& temp_path,
191 temp_path,
170 InstallNewVersion( const InstallationState& original_state, const InstallerState& installer_state, const base::FilePath& setup_path, const base::FilePath& archive_path, const base::FilePath& src_path, const base::FilePath& temp_path, const Version& new_version, scoped_ptr<Version>* current_version) argument
H A Dsetup_util.cc287 const base::FilePath& temp_path,
295 prefs_source_path, prefs_dest_path, temp_path, WorkItem::ALWAYS,
284 DeferToExistingInstall(const base::FilePath& setup_exe, const CommandLine& command_line, const InstallerState& installer_state, const base::FilePath& temp_path, InstallStatus* install_status) argument
/external/chromium_org/win8/delegate_execute/
H A Dcrash_server_init.cc70 wchar_t temp_path[MAX_PATH + 1] = {0}; local
71 DWORD path_len = ::GetTempPath(MAX_PATH, temp_path);
91 temp_path, NULL, NULL, NULL,
/external/chromium_org/chrome/installer/util/
H A Ddelete_tree_work_item.cc32 const base::FilePath& temp_path,
35 temp_path_(temp_path),
30 DeleteTreeWorkItem( const base::FilePath& root_path, const base::FilePath& temp_path, const std::vector<base::FilePath>& key_paths) argument
H A Dwork_item.cc75 const base::FilePath& temp_path,
77 return new DeleteTreeWorkItem(root_path, temp_path, key_paths);
73 CreateDeleteTreeWorkItem( const base::FilePath& root_path, const base::FilePath& temp_path, const std::vector<base::FilePath>& key_paths) argument
H A Dwork_item_list.cc143 const base::FilePath& temp_path,
145 WorkItem* item = WorkItem::CreateDeleteTreeWorkItem(root_path, temp_path,
152 const base::FilePath& temp_path) {
154 return AddDeleteTreeWorkItem(root_path, temp_path, no_key_files);
141 AddDeleteTreeWorkItem( const base::FilePath& root_path, const base::FilePath& temp_path, const std::vector<base::FilePath>& key_paths) argument
151 AddDeleteTreeWorkItem(const base::FilePath& root_path, const base::FilePath& temp_path) argument
/external/chromium/chrome/browser/extensions/
H A Dextension_creator.cc152 const FilePath& temp_path,
154 *zip_path = temp_path.Append(FILE_PATH_LITERAL("extension.zip"));
151 CreateZip(const FilePath& extension_dir, const FilePath& temp_path, FilePath* zip_path) argument
/external/chromium_org/chrome_frame/
H A Dcrash_server_init.cc88 wchar_t temp_path[MAX_PATH + 1] = {0}; local
89 DWORD path_len = ::GetTempPath(MAX_PATH, temp_path);
116 temp_path, NULL, NULL, NULL,
/external/chromium_org/webkit/browser/fileapi/
H A Dtransient_file_util_unittest.cc78 base::FilePath temp_path; local
80 CreateAndRegisterTemporaryFile(&temp_url, &temp_path);
88 ASSERT_TRUE(base::PathExists(temp_path));
89 ASSERT_FALSE(base::DirectoryExists(temp_path));
100 ASSERT_EQ(temp_path, path);
104 ASSERT_TRUE(base::PathExists(temp_path));
108 ASSERT_EQ(temp_path, path);
116 ASSERT_FALSE(base::PathExists(temp_path));
/external/chromium_org/chrome/browser/extensions/
H A Dextension_creator.cc196 const base::FilePath& temp_path,
198 *zip_path = temp_path.Append(FILE_PATH_LITERAL("extension.zip"));
195 CreateZip(const base::FilePath& extension_dir, const base::FilePath& temp_path, base::FilePath* zip_path) argument
/external/chromium_org/chrome/browser/page_cycler/
H A Dpage_cycler_browsertest.cc48 virtual void InitFilePaths(base::FilePath temp_path) { argument
49 temp_path_ = temp_path;
50 urls_file_ = temp_path.AppendASCII("urls_file");
51 errors_file_ = temp_path.AppendASCII("errors");
52 stats_file_ = temp_path.AppendASCII("stats");
174 virtual void InitFilePaths(base::FilePath temp_path) OVERRIDE {
177 errors_file_ = temp_path.AppendASCII("errors");
178 stats_file_ = temp_path.AppendASCII("stats");
H A Dpage_cycler_unittest.cc122 void InitFilePaths(const base::FilePath& temp_path) { argument
123 errors_file_ = temp_path.AppendASCII("errors_file");
124 stats_file_ = temp_path.AppendASCII("stats_file");
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dsyncable_file_operation_runner_unittest.cc341 base::FilePath temp_path; local
342 ASSERT_TRUE(CreateTempFile(&temp_path));
345 temp_path, kTestData.data(), kTestData.size()));
353 temp_path, URL(kFile),
366 // Now the file must have been created and have the same content as temp_path.
/external/chromium_org/content/shell/
H A Dshell_browser_main.cc153 base::FilePath temp_path; local
154 file_util::GetTempDir(&temp_path);
155 test_controller.SetTempPath(temp_path);
H A Dwebkit_test_controller.cc293 void WebKitTestController::SetTempPath(const base::FilePath& temp_path) { argument
294 temp_path_ = temp_path;
472 params.temp_path = temp_path_;
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_internals_ui.cc213 base::FilePath temp_path = temp_dir.Take();
217 temp_path.AppendASCII(origin_id).AddExtension(FILE_PATH_LITERAL("zip"));
230 temp_path,
273 const base::FilePath temp_path,
295 temp_path,
341 const base::FilePath& temp_path,
352 item->AddObserver(new FileDeleter(temp_path));
270 OnDownloadDataReady( const base::FilePath& partition_path, const GURL& origin_url, const base::FilePath temp_path, const base::FilePath zip_path, size_t connection_count) argument
338 OnDownloadStarted( const base::FilePath& partition_path, const GURL& origin_url, const base::FilePath& temp_path, size_t connection_count, DownloadItem* item, net::Error error) argument
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dwin32regkey_unittest.cc574 wchar_t temp_path[MAX_PATH] = {0}; local
575 EXPECT_LT(::GetTempPath(ARRAY_SIZE(temp_path), temp_path),
576 static_cast<DWORD>(ARRAY_SIZE(temp_path)));
578 EXPECT_NE(::GetTempFileName(temp_path, L"rkut_",
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dfilemediaengine_unittest.cc144 talk_base::Pathname temp_path; local
145 if (!talk_base::Filesystem::GetTemporaryFolder(temp_path, true, NULL)) {
148 temp_path.SetPathname(
149 talk_base::Filesystem::TempFilename(temp_path, "fme-test-"));
152 *filename = temp_path.pathname();
/external/chromium/chrome/common/extensions/
H A Dextension_file_util.cc577 FilePath temp_path; local
578 if (!PathService::Get(chrome::DIR_USER_DATA_TEMP, &temp_path)) {
585 } else if (file_util::PathExists(temp_path)) {
588 if (!file_util::DirectoryExists(temp_path)) {
591 } else if (!file_util::PathIsWritable(temp_path)) {
599 } else if (!file_util::CreateDirectory(temp_path)) {
613 return temp_path;
/external/chromium_org/chrome/common/extensions/
H A Dextension_file_util.cc549 base::FilePath temp_path = extensions_dir.Append(kTempDirectoryName); local
550 if (base::PathExists(temp_path)) {
551 if (!base::DirectoryExists(temp_path)) {
552 DLOG(WARNING) << "Not a directory: " << temp_path.value();
555 if (!base::PathIsWritable(temp_path)) {
556 DLOG(WARNING) << "Can't write to path: " << temp_path.value();
560 return temp_path;
564 if (!file_util::CreateDirectory(temp_path)) {
565 DLOG(WARNING) << "Couldn't create directory: " << temp_path.value();
568 return temp_path;
[all...]
/external/chromium_org/base/
H A Dfile_util_win.cc235 wchar_t temp_path[MAX_PATH + 1]; local
236 DWORD path_len = ::GetTempPath(MAX_PATH, temp_path);
242 *path = FilePath(temp_path).StripTrailingSeparators();
/external/chromium_org/chrome/browser/feedback/
H A Dfeedback_util.cc438 base::FilePath temp_path; local
443 if (!file_util::CreateNewTempDirectory(FILE_PATH_LITERAL(""), &temp_path))
445 if (file_util::WriteFile(temp_path.Append(kLogsFilename),
451 if (!zip::Zip(temp_path, zip_file, false))
/external/chromium_org/cloud_print/virtual_driver/win/install/
H A Dsetup.cc192 const base::FilePath* temp_path(
203 temp_path->Append(kDependencyList[i]).value().c_str());
251 base::ScopedTempDir temp_path; local
252 if (!temp_path.CreateUniqueTempDir())
254 ReadyDriverDependencies(temp_path.path());
259 base::FilePath file_path = temp_path.path().Append(kDependencyList[i]);
268 base::FilePath xps_path = temp_path.path().Append(kDriverName);
269 base::FilePath ui_path = temp_path.path().Append(kUiDriverName);
270 base::FilePath ui_help_path = temp_path.path().Append(kHelpName);

Completed in 2679 milliseconds

12