Lines Matching full:path
10 _CATAPULT_PATH = os.path.abspath(
11 os.path.join(os.path.dirname(__file__),
12 os.path.pardir, os.path.pardir, os.path.pardir))
15 _ESLINT_PATH = os.path.abspath(
16 os.path.join(os.path.dirname(__file__), os.path.pardir))
20 exit_code = run_with_typ.Run(top_level_dir, path=[_ESLINT_PATH])
25 def _AddToPathIfNeeded(path):
26 if path not in sys.path:
27 sys.path.insert(0, path)
35 _RunTestsOrDie(os.path.join(_ESLINT_PATH, 'eslint'))