HomeSort by relevance Sort by last modified time
    Searched refs:KfmClient (Results 1 - 3 of 3) sorted by null

  /external/clang/tools/scan-view/
startfile.py 61 # It is assumed that this kind of tools (gnome-open, kfmclient,
115 class KfmClient(Controller):
116 '''Controller for the KDE kfmclient program.'''
118 def __init__(self, kfmclient='kfmclient'):
119 super(KfmClient, self).__init__(kfmclient, 'exec')
168 if _iscommand('kfmclient'):
169 _controllers['kde-open'] = KfmClient()
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-view/
startfile.py 61 # It is assumed that this kind of tools (gnome-open, kfmclient,
115 class KfmClient(Controller):
116 '''Controller for the KDE kfmclient program.'''
118 def __init__(self, kfmclient='kfmclient'):
119 super(KfmClient, self).__init__(kfmclient, 'exec')
168 if _iscommand('kfmclient'):
169 _controllers['kde-open'] = KfmClient()
  /prebuilts/misc/linux-x86/analyzer/tools/scan-view/
startfile.py 61 # It is assumed that this kind of tools (gnome-open, kfmclient,
115 class KfmClient(Controller):
116 '''Controller for the KDE kfmclient program.'''
118 def __init__(self, kfmclient='kfmclient'):
119 super(KfmClient, self).__init__(kfmclient, 'exec')
168 if _iscommand('kfmclient'):
169 _controllers['kde-open'] = KfmClient()

Completed in 6961 milliseconds