OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shortcut_filename
(Results
1 - 2
of
2
) 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
...]
/external/chromium_org/chrome/browser/
shell_integration_linux.cc
81
const base::FilePath&
shortcut_filename
) {
91
shortcut_filename
.ReplaceExtension("png"));
133
bool CreateShortcutOnDesktop(const base::FilePath&
shortcut_filename
,
136
DCHECK_EQ(
shortcut_filename
.BaseName().value(),
shortcut_filename
.value());
146
int fd = openat(desktop_fd,
shortcut_filename
.value().c_str(),
164
// |
shortcut_filename
| we'll just undo his action.
165
unlinkat(desktop_fd,
shortcut_filename
.value().c_str(), 0);
174
void DeleteShortcutOnDesktop(const base::FilePath&
shortcut_filename
) {
177
base::DeleteFile(desktop_path.Append(
shortcut_filename
), false)
601
base::FilePath
shortcut_filename
= GetExtensionShortcutFilename(
local
842
base::FilePath
shortcut_filename
;
local
932
base::FilePath
shortcut_filename
= GetExtensionShortcutFilename(
local
[
all
...]
Completed in 83 milliseconds