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

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_shortcut_manager_win.cc311 const base::FilePath& new_shortcut_path) {
312 if (!base::Move(old_shortcut_path, new_shortcut_path))
320 new_shortcut_path.value().c_str());
340 const base::FilePath new_shortcut_path = local
350 else if (!RenameDesktopShortcut(old_shortcut_path, new_shortcut_path))
363 base::CopyFile(possible_old_system_shortcut, new_shortcut_path);
310 RenameDesktopShortcut(const base::FilePath& old_shortcut_path, const base::FilePath& new_shortcut_path) argument

Completed in 82 milliseconds