Searched refs:checkToolsPath (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/LLVM/utils/lit/lit/ |
D | Util.py | 82 def checkToolsPath(dir, tools): function 90 if checkToolsPath(path, tools):
|
D | LitConfig.py | 92 if not Util.checkToolsPath(dir, tools):
|
/external/libcxx/utils/libcxx/ |
D | util.py | 133 def checkToolsPath(dir, tools): function 142 if checkToolsPath(path, tools):
|
/external/llvm/utils/lit/lit/ |
D | util.py | 105 def checkToolsPath(dir, tools): function 113 if checkToolsPath(path, tools):
|
D | LitConfig.py | 117 if not lit.util.checkToolsPath(dir, tools):
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/ |
D | util.py | 221 def checkToolsPath(dir, tools): function 230 if checkToolsPath(path, tools):
|
D | LitConfig.py | 127 if not lit.util.checkToolsPath(dir, tools):
|