Home
last modified time | relevance | path

Searched refs:_iscommand (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Dwebbrowser.py85 if not _iscommand(cmd):
121 def _iscommand(cmd): function
457 if _iscommand("xdg-open"):
461 if "GNOME_DESKTOP_SESSION_ID" in os.environ and _iscommand("gvfs-open"):
465 if "GNOME_DESKTOP_SESSION_ID" in os.environ and _iscommand("gnome-open"):
469 if "KDE_FULL_SESSION" in os.environ and _iscommand("kfmclient"):
472 if _iscommand("x-www-browser"):
480 if _iscommand(browser):
484 if _iscommand("kfm"):
486 elif _iscommand("konqueror"):
[all …]
/external/clang/tools/scan-view/share/
Dstartfile.py113 from webbrowser import _iscommand
168 if _iscommand('kfmclient'):
172 if _iscommand(command):