OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:shortcut_contents
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/
shell_integration_linux.cc
414
// file, given in |
shortcut_contents
|. If the key is not found, returns false.
415
bool GetNoDisplayFromDesktopFile(const std::string&
shortcut_contents
) {
417
if (
shortcut_contents
.empty())
422
if (!g_key_file_load_from_data(key_file,
shortcut_contents
.c_str(),
423
shortcut_contents
.size(), G_KEY_FILE_NONE,
600
std::string
shortcut_contents
;
local
601
if (GetExistingShortcutContents(env, shortcut_filename, &
shortcut_contents
)) {
604
if (GetNoDisplayFromDesktopFile(
shortcut_contents
))
[
all
...]
Completed in 561 milliseconds