Home
last modified time | relevance | path

Searched defs:patch_output (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/development/tools/external_crates/crate_tool/src/
H A Dmanaged_crate.rs60 patch_output: Vec<(String, Output)>, field
285 let patch_output = if self.android_crate.path() != self.extra.vendored_crate.path() { in stage() localVariable
375 let mut patch_output = Vec::new(); in apply_patches() localVariable
486 pub fn patch_output(&self) -> &Vec<(String, Output)> { in patch_output() method
/aosp_15_r20/development/tools/cargo_embargo/src/
H A Dmain.rs948 let patch_output = Command::new("patch") in apply_patch_file() localVariable