Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/tracing/
Dtracing_project.py70 tracing_root_path = os.path.join(catapult_path, 'tracing') variable in TracingProject
73 tracing_src_path = os.path.join(tracing_root_path, 'tracing')
80 tracing_third_party_path = os.path.join(tracing_root_path, 'third_party')
107 test_data_path = os.path.join(tracing_root_path, 'test_data')
108 skp_data_path = os.path.join(tracing_root_path, 'skp_data')
117 self.source_paths.append(self.tracing_root_path)
155 return [os.path.relpath(x, self.tracing_root_path)
165 return [os.path.relpath(x, self.tracing_root_path)
175 return [os.path.relpath(x, self.tracing_root_path)