OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shortcut_filename
(Results
1 - 1
of
1
) sorted by null
/external/chromium/chrome/browser/
shell_integration_linux.cc
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);
local
[
all
...]
Completed in 42 milliseconds