Home
last modified time | relevance | path

Searched refs:_CATAPULT_DIR (Results 1 – 5 of 5) sorted by relevance

/external/chromium-trace/catapult/systrace/systrace/
D__init__.py19 _CATAPULT_DIR = os.path.join( variable
22 _AddDirToPythonPath(_CATAPULT_DIR, 'common', 'py_utils')
23 _AddDirToPythonPath(_CATAPULT_DIR, 'common', 'py_trace_event')
24 _AddDirToPythonPath(_CATAPULT_DIR, 'common', 'py_trace_event', 'py_trace_event')
25 _AddDirToPythonPath(_CATAPULT_DIR, 'devil')
26 _AddDirToPythonPath(_CATAPULT_DIR, 'systrace')
27 _AddDirToPythonPath(_CATAPULT_DIR, 'tracing')
Drun_systrace.py33 _CATAPULT_DIR = os.path.join( variable
35 _DEVIL_DIR = os.path.join(_CATAPULT_DIR, 'devil')
/external/chromium-trace/catapult/systrace/profile_chrome/
D__init__.py9 _CATAPULT_DIR = os.path.join( variable
11 sys.path.append(os.path.join(_CATAPULT_DIR, 'devil'))
12 sys.path.append(os.path.join(_CATAPULT_DIR, 'systrace'))
13 sys.path.append(os.path.join(_CATAPULT_DIR, 'common', 'py_utils'))
Dperf_tracing_agent.py22 _CATAPULT_DIR = os.path.join( variable
24 sys.path.append(os.path.join(_CATAPULT_DIR, 'telemetry'))
/external/chromium-trace/catapult/systrace/bin/
Dadb_profile_chrome_startup23 _CATAPULT_DIR = os.path.join( variable
25 sys.path.append(os.path.join(_CATAPULT_DIR, 'devil'))