Home | History | Annotate | Download | only in bin

Lines Matching refs:os

6 import os
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))
35 _RunTestsOrDie(os.path.join(_ESLINT_PATH, 'eslint'))