Lines Matching refs:path
17 if os.path.isdir(d):
22 bin_path = os.path.join('out', 'gntrial')
23 if not os.path.isdir(bin_path):
25 gn_to_run = os.path.join(bin_path, 'gn' + ('.exe' if IS_WIN else ''))
27 comp_dir = os.path.join('out', 'COMP')
42 subprocess.check_call([sys.executable, os.path.join('build', 'gen.py')])
44 subprocess.check_call([os.path.join('out', 'gn_unittests')])
48 our_gn = os.path.join(orig_dir, 'out', 'gn' + ('.exe' if IS_WIN else ''))
56 # - relative path to argv[1] built gn binary in argv[2]
61 dir_a = os.path.join('out', 'a')
62 dir_b = os.path.join('out', 'b')