Lines Matching refs:BASE_DIR
56 BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) variable
399 BASE_DIR, 'third_party', 'llvm-build', 'Release+Asserts', 'bin',
428 BASE_DIR, 'tools', 'sanitizers', 'tsan_suppressions.txt')
445 gn_out_dir = os.path.join(BASE_DIR, DEFAULT_OUT_GN)
461 BASE_DIR, options.outdir, options.mode, "v8_build_config.json")
464 BASE_DIR, options.outdir, "v8_build_config.json")
662 os.chdir(BASE_DIR)
678 suite_paths = utils.GetSuitePaths(join(BASE_DIR, "test"))
703 os.path.join(BASE_DIR, "test", root))
734 shell_dir = os.path.join(BASE_DIR, options.outdir)
738 shell_dir = os.path.join(BASE_DIR, options.outdir, mode)
742 BASE_DIR,
894 ctx, peers, BASE_DIR)
918 join(BASE_DIR, "tools", "sanitizers", "sancov_merger.py"),