Home | History | Annotate | Download | only in battor

Lines Matching refs:path

8   return os.path.abspath(os.path.join(*path_parts))
12 path = _JoinPath(*path_parts)
13 if os.path.isdir(path) and path not in sys.path:
14 # Some call sites that use Telemetry assume that sys.path[0] is the
16 # after sys.path[0].
17 sys.path.insert(1, path)
19 _CATAPULT_DIR = os.path.join(
20 os.path.dirname(os.path.abspath(__file__)),
21 os.path.pardir, os.path.pardir, os.path.pardir)