HomeSort by relevance Sort by last modified time
    Searched refs:temp_path (Results 1 - 25 of 49) sorted by null

1 2

  /external/chromium_org/webkit/browser/fileapi/
transient_file_util_unittest.cc 78 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/content/shell/common/
shell_test_configuration.h 24 base::FilePath temp_path; member in struct:content::ShellTestConfiguration
shell_messages.h 20 IPC_STRUCT_TRAITS_MEMBER(temp_path)
  /external/chromium_org/chrome/installer/util/
delete_tree_work_item.h 32 const base::FilePath& temp_path,
work_item.cc 75 const base::FilePath& temp_path,
77 return new DeleteTreeWorkItem(root_path, temp_path, key_paths);
work_item_list.h 86 const base::FilePath& temp_path,
91 const base::FilePath& temp_path);
work_item_list.cc 143 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);
delete_tree_work_item.cc 32 const base::FilePath& temp_path,
35 temp_path_(temp_path),
  /external/chromium_org/win8/delegate_execute/
crash_server_init.cc 70 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/content/browser/indexed_db/
indexed_db_internals_ui.h 48 const base::FilePath temp_path,
53 const base::FilePath& temp_path,
indexed_db_internals_ui.cc 213 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));
  /external/chromium_org/chrome_frame/
crash_server_init.cc 88 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/chrome/browser/extensions/
extension_creator.h 55 bool CreateZip(const FilePath& extension_dir, const FilePath& temp_path,
  /external/chromium_org/chrome/browser/page_cycler/
page_cycler_browsertest.cc 48 virtual void InitFilePaths(base::FilePath temp_path) {
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");
  /external/chromium_org/cloud_print/common/win/
install_utils.cc 174 base::FilePath temp_path;
175 if (!file_util::CreateTemporaryFile(&temp_path))
177 base::CopyFile(installer_source, temp_path);
178 base::DeleteFileAfterReboot(temp_path);
179 CommandLine command_line(temp_path);
  /external/chromium_org/chrome/installer/setup/
chrome_frame_quick_enable.cc 84 base::ScopedTempDir temp_path; local
85 if (!temp_path.CreateUniqueTempDir()) {
116 new_version, temp_path.path(), item_list.get());
setup_util.h 84 const base::FilePath& temp_path,
install_worker.cc 158 const base::FilePath& temp_path,
170 temp_path.value(), WorkItem::ALWAYS);
178 setup_path.value(), active_setup_exe.value(), temp_path.value(),
191 // |temp_path| is in %ProgramFiles% for system level installs (and in
195 if (temp_path.IsParent(archive_path)) {
198 temp_path.value(),
207 temp_path.value(),
416 const base::FilePath& temp_path,
447 uninstall_link, temp_path);
461 const base::FilePath& temp_path,
    [all...]
setup_main.cc 235 installer::SelfCleaningTempDir temp_path; local
236 if (!temp_path.Initialize(target_path.DirName(),
247 temp_path.path().value(),
251 temp_path.path().value(),
253 install_list->AddDeleteTreeWorkItem(chrome_new_exe, temp_path.path());
261 install_list->AddDeleteTreeWorkItem(chrome_old_exe, temp_path.path())->
285 // temp_path's dtor will take care of deleting or scheduling itself for
287 VLOG(1) << "Deleting temporary directory " << temp_path.path().value();
664 // Initializes |temp_path| to "Temp" within the target directory, and
666 // |temp_path|. Returns false on error
1054 base::ScopedTempDir temp_path; local
1423 installer::SelfCleaningTempDir temp_path; local
    [all...]
install_worker.h 88 const base::FilePath& temp_path,
100 // temp_path: the path of working directory used during installation. This path
108 const base::FilePath& temp_path,
  /external/chromium_org/content/shell/
shell_browser_main.cc 153 base::FilePath temp_path; local
154 file_util::GetTempDir(&temp_path);
155 test_controller.SetTempPath(temp_path);
  /external/chromium_org/chrome/browser/extensions/
extension_creator.h 80 bool CreateZip(const base::FilePath& extension_dir, const base::FilePath& temp_path,