Home
last modified time | relevance | path

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

/external/chromium-trace/trace-viewer/tracing/
Dtracing_project.py44 tracing_src_path = os.path.abspath(os.path.join(tracing_root_path, 'tracing')) variable in TracingProject
45 extras_path = os.path.join(tracing_src_path, 'extras')
55 ui_path = os.path.abspath(os.path.join(tracing_src_path, 'ui'))
72 self.source_paths.append(self.tracing_src_path)
86 all_filenames = _FindAllFilesRecursive([self.tracing_src_path])
/external/chromium-trace/trace-viewer/tracing/build/
Dfixjsstyle.py26 os.chdir(project.tracing_src_path)