Home | History | Annotate | Download | only in tools

Lines Matching refs:BASE_DIR

55 BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
393 BASE_DIR, 'third_party', 'llvm-build', 'Release+Asserts', 'bin',
422 BASE_DIR, 'tools', 'sanitizers', 'tsan_suppressions.txt')
595 os.chdir(BASE_DIR)
613 [sys.executable, join(BASE_DIR, "tools", "presubmit.py")])
615 suite_paths = utils.GetSuitePaths(join(BASE_DIR, "test"))
640 os.path.join(BASE_DIR, "test", root))
668 shell_dir = os.path.join(BASE_DIR, options.outdir, mode)
672 BASE_DIR,
822 ctx, peers, BASE_DIR)
846 join(BASE_DIR, "tools", "sanitizers", "sancov_merger.py"),