HomeSort by relevance Sort by last modified time
    Searched refs:target_path (Results 51 - 75 of 85) sorted by null

1 23 4

  /external/chromium_org/content/browser/download/
download_item_impl_unittest.cc 280 base::FilePath target_path(kDummyPath);
282 target_path.InsertBeforeExtensionASCII("x"));
286 callback.Run(target_path, DownloadItem::TARGET_DISPOSITION_OVERWRITE,
534 base::FilePath target_path(kDummyPath);
536 target_path.InsertBeforeExtensionASCII("x"));
540 callback.Run(target_path, DownloadItem::TARGET_DISPOSITION_OVERWRITE,
616 base::FilePath target_path(kDummyPath);
617 base::FilePath intermediate_path(target_path.InsertBeforeExtensionASCII("x"));
619 target_path.InsertBeforeExtensionASCII("y"));
626 callback.Run(target_path, DownloadItem::TARGET_DISPOSITION_OVERWRITE
    [all...]
download_file_unittest.cc 463 base::FilePath target_path(tempdir.Append(initial_path.BaseName()));
467 target_path.InsertBeforeExtensionASCII(" (1)"));
468 ASSERT_FALSE(base::PathExists(target_path));
479 RenameAndAnnotate(target_path, NULL));
download_manager_impl.h 79 const base::FilePath& target_path,
download_manager_impl_unittest.cc 236 const base::FilePath& target_path,
303 const base::FilePath& target_path,
540 const base::FilePath& target_path,
545 target_path_ = target_path;
download_item_impl.h 56 const base::FilePath& target_path,
308 // Called when the target path has been determined. |target_path| is the
311 // |target_path| as determined by the caller. |intermediate_path| is the path
314 const base::FilePath& target_path,
download_item_impl.cc 113 const base::FilePath& target_path,
132 target_path_(target_path),
842 " target_path = \"%" PRFilePath "\"",
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/developer_private/
developer_private_api.cc 1196 base::FilePath target_path = project_path; local
    [all...]
developer_private_api.h 426 const base::FilePath& target_path,
  /external/chromium_org/chrome/browser/download/
download_history.cc 154 (previous->target_path != current.target_path) ||
265 it->target_path,
chrome_download_manager_delegate.cc 693 if (!target_info->target_path.empty() && item &&
694 IsOpenInBrowserPreferreredForFile(target_info->target_path) &&
697 callback.Run(target_info->target_path,
download_path_reservation_tracker_unittest.cc 44 const base::FilePath& target_path,
111 const base::FilePath& target_path,
123 target_path,
  /external/chromium_org/chrome/browser/
shell_integration_win.cc 453 base::FilePath target_path; local
460 if (!base::win::ResolveShortcut(shortcut, &target_path, &arguments) ||
461 chrome_exe != target_path) {
465 L"\"%ls\" %ls", target_path.value().c_str(), arguments.c_str())));
  /external/chromium_org/chrome/installer/util/
installer_state.h 123 const base::FilePath& target_path() const { return target_path_; } function in class:installer::InstallerState
157 // Returns the currently installed version in |target_path|, or NULL if no
181 // (for example <target_path>\Google\Chrome\Application\<Version>\Installer)
  /external/chromium_org/chrome/browser/extensions/api/streams_private/
streams_private_apitest.cc 368 base::FilePath target_path = local
377 params->set_file_path(target_path);
  /external/chromium_org/chrome/browser/safe_browsing/
download_protection_service.cc 449 const base::FilePath& target_path,
462 if (!download_protection_util::IsBinaryFile(target_path)) {
466 *type = download_protection_util::GetDownloadType(target_path);
    [all...]
  /external/chromium_org/chrome/browser/history/
download_database.cc 212 "target_path LONGVARCHAR NOT NULL,"
242 "( id, current_path, target_path, start_time, received_bytes, "
293 "target_path LONGVARCHAR NOT NULL," // Final disk location
363 "SELECT id, current_path, target_path, "
380 info->target_path = ColumnFilePath(statement_main, column++);
503 "SET current_path=?, target_path=?, "
511 BindFilePath(statement, data.target_path, column++);
563 "(id, current_path, target_path, "
574 BindFilePath(statement_insert, info.target_path, column++);
  /external/chromium_org/chrome/browser/chromeos/imageburner/
burn_manager.cc 623 void BurnManager::OnBurnFinished(const std::string& target_path,
629 void BurnManager::OnBurnProgressUpdate(const std::string& target_path,
  /external/chromium_org/chrome/installer/setup/
setup_util.cc 186 installer::GetMaxVersionFromArchiveDir(installer_state.target_path()));
294 base::FilePath prefs_dest_path(installer_state.target_path().AppendASCII(
  /external/chromium_org/content/browser/fileapi/
local_file_util_unittest.cc 147 base::FilePath target_path = LocalPath(target_name); local
152 ASSERT_TRUE(base::CreateSymbolicLink(target_path, symlink_path));
  /external/chromium_org/tools/deep_memory_profiler/subcommands/
policies.py 41 target_path, host_path = alternative_dir_pair.split('@', 1)
42 alternative_dirs_dict[target_path] = host_path
  /external/jsoncpp/
makerelease.py 132 def download( url, target_path ):
133 """Download file represented by url to target_path.
140 fout = open( target_path, 'wb' )
  /frameworks/native/cmds/installd/
installd.h 226 int idmap(const char *target_path, const char *overlay_path, uid_t uid);
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend/
sync_worker.cc 592 if (!syncer->target_path().empty()) {
594 syncer->target_path());
  /external/chromium_org/chrome/installer/test/
alternate_version_generator.cc 514 const base::FilePath& target_path,
651 return base::Move(mini_installer, target_path);
  /external/chromium_org/chrome/browser/profiles/
profile_shortcut_manager_win.cc 272 base::FilePath target_path;
273 if (!base::win::ResolveShortcut(path, &target_path, command_line))
277 return ConvertToLongPath(target_path) == ConvertToLongPath(chrome_exe);
    [all...]

Completed in 8881 milliseconds

1 23 4