Home
last modified time | relevance | path

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

/aosp_15_r20/external/toolchain-utils/llvm_tools/patch_sync/src/
H A Dpatch_parsing.rs297 pub fn patch_exists(&self, patch: &PatchDictSchema) -> bool { in patch_exists() method
367 let old_collection = old_collection.filter_patches(|p| old_collection.patch_exists(p)); in new_patches()
393 p.platforms.contains(platform) || (p.platforms.is_empty() && collection.patch_exists(p)) in filter_patches_by_platform()
402 if !collection.patch_exists(p) { in validate_patches()