HomeSort by relevance Sort by last modified time
    Searched refs:_AddToPathIfNeeded (Results 1 - 7 of 7) sorted by null

  /external/chromium-trace/catapult/common/bin/
run_tests 22 def _AddToPathIfNeeded(path):
28 _AddToPathIfNeeded(_CATAPULT_PATH)
  /external/chromium-trace/catapult/common/eslint/bin/
run_tests 25 def _AddToPathIfNeeded(path):
31 _AddToPathIfNeeded(_CATAPULT_PATH)
run_eslint 26 def _AddToPathIfNeeded(path):
32 _AddToPathIfNeeded(_ESLINT_PATH)
  /external/chromium-trace/catapult/common/py_vulcanize/bin/
run_py_tests 13 def _AddToPathIfNeeded(path):
19 _AddToPathIfNeeded(_CATAPULT)
  /external/chromium-trace/catapult/common/eslint/eslint/
__init__.py 15 def _AddToPathIfNeeded(path):
21 _AddToPathIfNeeded(os.path.join(_CATAPULT_PATH, 'common', 'node_runner'))
22 _AddToPathIfNeeded(os.path.join(_CATAPULT_PATH, 'common', 'py_utils'))
  /external/chromium-trace/catapult/common/py_vulcanize/py_vulcanize/
parse_html_deps.py 14 def _AddToPathIfNeeded(path):
24 _AddToPathIfNeeded(bs_path)
27 _AddToPathIfNeeded(html5lib_path)
30 _AddToPathIfNeeded(six_path)
  /external/chromium-trace/catapult/tracing/
tracing_project.py 10 def _AddToPathIfNeeded(path):
17 _AddToPathIfNeeded(path)

Completed in 85 milliseconds