Lines Matching refs:path
17 THIS_DIR = os.path.abspath(os.path.dirname(__file__))
20 sys.path.insert(0, os.path.join(THIS_DIR, '..', '..',
23 sys.path.pop(0)
27 nacl_dir = os.path.join(THIS_DIR, '..', '..', 'native_client')
28 if not os.path.exists(nacl_dir):
82 directory=os.path.join(THIS_DIR, toolchain))
83 if os.path.exists(os.path.join(THIS_DIR,
87 wcedir = os.path.join(THIS_DIR, 'win-cross-experiments', toolchain)
88 if not os.path.exists(wcedir):
90 for cfg in glob.glob(os.path.join(THIS_DIR, toolchain,
92 fname = os.path.join(wcedir, os.path.basename(cfg))
93 if os.path.exists(fname):