Home
last modified time | relevance | path

Searched refs:rel_patch_path (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/toolchain-utils/llvm_tools/patch_sync/src/
H A Dpatch_parsing.rs20 pub rel_patch_path: String, field
142 .map(|p| (p.rel_patch_path.clone(), p)) in version_range_diffs()
146 .filter_map(|ours| match other_map.get(&ours.rel_patch_path) { in version_range_diffs()
151 Some((ours.rel_patch_path.clone(), ours.version_range)) in version_range_diffs()
166 let get_updated_version = |rel_patch_path: &str| -> Option<Option<VersionRange>> { in update_version_ranges()
171 .find(|i| i.0 == rel_patch_path) in update_version_ranges()
177 .map(|p| match get_updated_version(&p.rel_patch_path) { in update_version_ranges()
224 rel_patch_path: p.rel_patch_path.clone(), in union_helper()
260 let original_file_path = self.workdir.join(&p.rel_patch_path); in transpose_write()
261 let copy_file_path = existing_collection.workdir.join(&p.rel_patch_path); in transpose_write()
[all …]
H A Dmain.rs295 .filter(|(rel_patch_path, _)| { in filter_version_changes()
299 .any(|p| &p.rel_patch_path == rel_patch_path) in filter_version_changes()
319 for (rel_patch_path, _) in version_updates { in display_version_updates()
320 println!("* {}", rel_patch_path); in display_version_updates()
/aosp_15_r20/external/toolchain-utils/llvm_tools/
H A Dpatch_manager.py117 rel_patch_path: str,
144 rel_patch_path,
151 if failed_patches and failed_patches[-1].rel_patch_path == rel_patch_path:
165 rel_patch_path: str,
189 is_patch_of_interest = pe.rel_patch_path == rel_patch_path
H A Dget_patch.py181 rel_patch_path = f"cherry/{patch_source.git_ref}.patch"
183 rel_patch_path = f"cherry/{patch_source.git_ref}.patch"
186 rel_patch_path = f"{patch_source.git_ref}.patch"
201 rel_patch_path=rel_patch_path,
228 rel_patch_path = f"{github_ctx.full_title_cleaned}.patch"
238 rel_patch_path=rel_patch_path,
268 p.rel_patch_path == to_check.rel_patch_path for p in patch_entries
H A Dpatch_manager_unittest.py79 rel_patch_path="another.patch",
89 rel_patch_path="example.patch",
99 rel_patch_path="patch_after.patch",
189 and patch_entry.rel_patch_path == "patch_after.patch"
204 and patch_entry.rel_patch_path == "another.patch"
H A Dpatch_utils.py194 rel_patch_path: str
242 "rel_patch_path": self.rel_patch_path,
256 return self.workdir / self.rel_patch_path
593 disabled_patches=[p.rel_patch_path for p in modified_entries],
H A Dpatch_utils_unittest.py243 rel_patch_path="x.patch",
253 rel_patch_path="y.patch",
263 rel_patch_path="z.patch",
H A Dget_upstream_patch.py113 rel_patch_path = os.path.join(relative_patches_dir, file_name)
131 if rel_path == rel_patch_path:
158 "rel_patch_path": rel_patch_path,
H A Dupdate_chromeos_llvm_hash_unittest.py40 rel_patch_path=str(relpath),