OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:desktop_path
(Results
1 - 1
of
1
) sorted by null
/external/chromium/chrome/browser/
shell_integration_linux.cc
117
FilePath
desktop_path
;
local
118
if (!PathService::Get(chrome::DIR_USER_DESKTOP, &
desktop_path
))
121
int desktop_fd = open(
desktop_path
.value().c_str(), O_RDONLY | O_DIRECTORY);
345
FilePath
desktop_path
;
local
346
if (!PathService::Get(chrome::DIR_USER_DESKTOP, &
desktop_path
))
349
FilePath filepath =
desktop_path
.Append(filename);
Completed in 728 milliseconds