Searched refs:src_path (Results 1 – 3 of 3) sorted by relevance
115 src_path = sys.argv[1]118 print("source_dir: %s" % src_path)121 if not os.path.exists(src_path):122 print("%s not exists" % src_path)128 self._get_benchmark_result_data(src_path)140 def _get_benchmark_result_data(self, src_path): argument144 json_files = get_file_list_by_postfix(src_path, ".json")147 pos = json_file.find(src_path)148 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)
751 for src_path, target_path in file_path_list:752 long_size_file.append((src_path, target_path))