OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xdg
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/installer/linux/common/
wrapper
12
# We include some
xdg
utilities next to the binary, and we want to prefer them
14
# detect whether the system
xdg
utilities are sufficiently new to be likely to
15
# work for us by looking for
xdg
-settings. If we find it, we leave $PATH alone,
16
# so that the system
xdg
utilities (including any distro patches) will be used.
17
if ! which
xdg
-settings &> /dev/null; then
18
# Old
xdg
utilities. Prepend $HERE to $PATH to use ours instead.
21
# Use system
xdg
utilities. But first create mimeapps.list if it doesn't
22
# exist; some systems have bugs in
xdg
-mime that make it fail without it.
/external/chromium_org/third_party/WebKit/Tools/Scripts/
show-pretty-diff
75
} elsif (isLinux() && `which
xdg
-open`) {
76
system "
xdg
-open", $prettydiffPath;
/external/chromium_org/chrome/tools/build/linux/
chrome-wrapper
76
# We include some
xdg
utilities next to the binary, and we want to prefer them
78
# detect whether the system
xdg
utilities are sufficiently new to be likely to
79
# work for us by looking for
xdg
-settings. If we find it, we leave $PATH alone,
80
# so that the system
xdg
utilities (including any distro patches) will be used.
81
if ! which
xdg
-settings &> /dev/null; then
82
# Old
xdg
utilities. Prepend $HERE to $PATH to use ours instead.
85
# Use system
xdg
utilities. But first create mimeapps.list if it doesn't
86
# exist; some systems have bugs in
xdg
-mime that make it fail without it.
Completed in 1253 milliseconds