Home | History | Annotate | Download | only in tracing

Lines Matching full:path

20         x = os.path.abspath(os.path.join(dirpath, f))
42 tracing_path = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
43 tracing_root_path = os.path.abspath(os.path.join(tracing_path, 'tracing'))
44 tracing_src_path = os.path.abspath(os.path.join(tracing_root_path, 'tracing'))
45 extras_path = os.path.join(tracing_src_path, 'extras')
47 tracing_third_party_path = os.path.abspath(os.path.join(
50 jszip_path = os.path.abspath(os.path.join(tracing_third_party_path, 'jszip'))
52 glmatrix_path = os.path.abspath(os.path.join(
55 ui_path = os.path.abspath(os.path.join(tracing_src_path, 'ui'))
56 d3_path = os.path.abspath(os.path.join(tracing_third_party_path, 'd3'))
57 chai_path = os.path.abspath(os.path.join(tracing_third_party_path, 'chai'))
58 mocha_path = os.path.abspath(os.path.join(tracing_third_party_path, 'mocha'))
59 parse5_path = os.path.abspath(os.path.join(
62 test_data_path = os.path.join(tracing_root_path, 'test_data')
63 skp_data_path = os.path.join(tracing_root_path, 'skp_data')
65 rjsmin_path = os.path.abspath(os.path.join(
67 rcssmin_path = os.path.abspath(os.path.join(
102 os.path.join(self.extras_path, x) for x in os.listdir(self.extras_path)
106 config_files = [x for x in config_files if os.path.isfile(x)]
108 config_basenames = [os.path.basename(x) for x in config_files]