Home | History | Annotate | Download | only in browser

Lines Matching refs:shortcut_filename

71     const FilePath& shortcut_filename) {
81 shortcut_filename.ReplaceExtension("png"));
110 void CreateShortcutOnDesktop(const FilePath& shortcut_filename,
115 DCHECK_EQ(shortcut_filename.BaseName().value(), shortcut_filename.value());
125 int fd = openat(desktop_fd, shortcut_filename.value().c_str(),
143 // |shortcut_filename| we'll just undo his action.
144 unlinkat(desktop_fd, shortcut_filename.value().c_str(), 0);
151 void CreateShortcutInApplicationsMenu(const FilePath& shortcut_filename,
158 FilePath temp_file_path = temp_dir.path().Append(shortcut_filename);
446 FilePath shortcut_filename = GetDesktopShortcutFilename(shortcut_info.url);
447 if (shortcut_filename.empty())
450 std::string icon_name = CreateShortcutIcon(shortcut_info, shortcut_filename);
463 CreateShortcutOnDesktop(shortcut_filename, contents);
466 CreateShortcutInApplicationsMenu(shortcut_filename, contents);