Home
last modified time | relevance | path

Searched defs:apply_patches (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/toolchain-utils/llvm_tools/
H A Dsetup_for_workon.py32 def apply_patches( function
H A Dget_patch.py98 def apply_patches( member in PatchContext
/aosp_15_r20/external/angle/build/3pp_common/
H A Dcommon.py156 def apply_patches(patches_dir, checkout_dir): function
/aosp_15_r20/development/tools/external_crates/crate_tool/src/
H A Dmanaged_crate.rs374 fn apply_patches(&self) -> Result<Vec<(String, Output)>> { in apply_patches() method