Searched refs:tvcm_path (Results 1 – 4 of 4) sorted by relevance
/external/chromium-trace/trace-viewer/tracing/ |
D | __init__.py | 9 tvcm_path = os.path.abspath(os.path.join(os.path.dirname(__file__), 11 if tvcm_path not in sys.path: 12 sys.path.append(tvcm_path)
|
/external/chromium-trace/trace-viewer/tracing/third_party/tvcm/tvcm/ |
D | generate.py | 54 tvcm_path = os.path.abspath(os.path.join( 57 os.path.join(tvcm_path, 'third_party', 'rjsmin', 'rjsmin.py')) 198 tvcm_path = os.path.abspath(os.path.join( 201 os.path.join(tvcm_path, 'third_party', 'rcssmin', 'rcssmin.py'))
|
D | parse_html_deps.py | 14 tvcm_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '..')) 15 bs_path = os.path.join(tvcm_path, 'third_party', 'beautifulsoup')
|
D | project.py | 82 tvcm_path = os.path.abspath(os.path.join( variable in Project
|