Home
last modified time | relevance | path

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

/test/testfwk/developer_test/libs/benchmark/report/
Dgenerate_report.py100 src_path = sys.argv[1]
103 print("source_dir: %s" % src_path)
106 if not os.path.exists(src_path):
107 print("%s not exists" % src_path)
113 self._get_benchmark_result_data(src_path)
142 def _get_benchmark_result_data(self, src_path): argument
146 json_files = get_file_list_by_postfix(src_path, ".json")
149 pos = json_file.find(src_path)
150 subsystem_root = json_file[pos + len(src_path):]
/test/testfwk/developer_test/src/core/build/
Dpretreat_targets.py145 src_path = os.path.join(target_path, "src")
149 if os.path.exists(src_path):
150 shutil.rmtree(src_path)
/test/testfwk/xdevice/src/xdevice/_core/report/
Dresult_reporter.py796 for src_path, target_path in file_path_list:
797 long_size_file.append((src_path, target_path))