Home | History | Annotate | Download | only in bin

Lines Matching refs:path

9 _CATAPULT_PATH = os.path.abspath(
10 os.path.join(os.path.dirname(__file__), '..', '..'))
12 _PY_UTILS_PATH = os.path.abspath(
13 os.path.join(_CATAPULT_PATH, 'common', 'py_utils'))
17 exit_code = run_with_typ.Run(top_level_dir, path=[_PY_UTILS_PATH])
22 def _AddToPathIfNeeded(path):
23 if path not in sys.path:
24 sys.path.insert(0, path)