Searched refs:GetCatapultDir (Results 1 – 7 of 7) sorted by relevance
/external/chromium-trace/catapult/common/py_utils/py_utils/ |
D | __init__.py | 17 def GetCatapultDir(): function 71 _AddDirToPythonPath(os.path.join(GetCatapultDir(), 'devil')) 72 _AddDirToPythonPath(os.path.join(GetCatapultDir(), 'dependency_manager')) 73 _AddDirToPythonPath(os.path.join(GetCatapultDir(), 'third_party', 'mock')) 75 _AddDirToPythonPath(os.path.join(GetCatapultDir(), 'third_party', 'mox3')) 77 os.path.join(GetCatapultDir(), 'third_party', 'pyfakefs'))
|
D | webpagereplay_go_server.py | 21 py_utils.GetCatapultDir(), 'web_page_replay_go')) 24 py_utils.GetCatapultDir(), 'telemetry', 'telemetry', 28 py_utils.GetCatapultDir(), 'common', 'py_utils', 'py_utils',
|
D | ts_proxy_server.py | 25 py_utils.GetCatapultDir(), 'third_party', 'tsproxy', 'tsproxy.py')
|
D | cloud_storage.py | 48 _GSUTIL_PATH = os.path.join(py_utils.GetCatapultDir(), 'third_party', 'gsutil',
|
D | cloud_storage_unittest.py | 40 os.path.join(py_utils.GetCatapultDir(),
|
/external/chromium-trace/catapult/common/eslint/eslint/ |
D | __init__.py | 40 py_utils.GetCatapultDir(), 'common', 'eslint', 'rules')
|
/external/chromium-trace/catapult/common/node_runner/node_runner/ |
D | node_util.py | 37 py_utils.GetCatapultDir()), 'common', 'node_runner', 'node_runner'))
|