Searched refs:src_path (Results 1 – 3 of 3) sorted by relevance
100 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): argument146 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):]
145 src_path = os.path.join(target_path, "src")149 if os.path.exists(src_path):150 shutil.rmtree(src_path)
796 for src_path, target_path in file_path_list:797 long_size_file.append((src_path, target_path))