Lines Matching defs:dir
158 <session-dir>/<test-id>-host.log (logs from lldb host process)
159 <session-dir>/<test-id>-server.log (logs from debugserver/lldb-server)
160 <session-dir>/<test-id>-<test-result>.log (console logs)
285 logging.warning("(Double-check the --llvm-tools-dir argument to dotest.py)")
294 "Custom libc++ requires both --libcxx-include-dir and --libcxx-library-dir"
499 # Insert script dir, plugin dir and lldb-server dir to the sys.path.
615 def visit_file(dir, name):
630 if not sys.path.count(dir):
631 sys.path.insert(0, dir)
678 def visit(prefix, dir, names):
681 dir_components = set(dir.split(os.sep))
703 visit_file(dir, name)