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

  /external/llvm/utils/lit/lit/
LitConfig.py 101 def getBashPath(self):
102 """getBashPath - Get the path to 'bash'"""
TestRunner.py 506 bashPath = litConfig.getBashPath();
    [all...]
  /external/swiftshader/third_party/LLVM/utils/lit/lit/
LitConfig.py 68 def getBashPath(self):
69 """getBashPath - Get the path to 'bash'"""
TestRunner.py 300 bashPath = litConfig.getBashPath()
316 command = [litConfig.getBashPath(), script]
340 bashPath = litConfig.getBashPath();

Completed in 105 milliseconds