Home
last modified time | relevance | path

Searched refs:tracing_root_path (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/trace-viewer/tracing/
Dtracing_project.py43 tracing_root_path = os.path.abspath(os.path.join(tracing_path, 'tracing')) variable in TracingProject
44 tracing_src_path = os.path.abspath(os.path.join(tracing_root_path, 'tracing'))
48 tracing_root_path, 'third_party'))
62 test_data_path = os.path.join(tracing_root_path, 'test_data')
63 skp_data_path = os.path.join(tracing_root_path, 'skp_data')
73 self.source_paths.append(self.tracing_root_path)
/external/chromium-trace/trace-viewer/tracing/build/
Dcheck_common.py61 return list(set([os.path.relpath(f, p.tracing_root_path)
Dupdate_gypi.py125 os.path.join(tvp.tracing_root_path, 'trace_viewer.gypi'), GypiFile)
Dtracing_dev_server.py119 server.AddSourcePathMapping(project.tracing_root_path)