Searched defs:patch_output (Results 1 – 2 of 2) sorted by relevance
60 patch_output: Vec<(String, Output)>, field285 let patch_output = if self.android_crate.path() != self.extra.vendored_crate.path() { in stage() localVariable375 let mut patch_output = Vec::new(); in apply_patches() localVariable486 pub fn patch_output(&self) -> &Vec<(String, Output)> { in patch_output() method
948 let patch_output = Command::new("patch") in apply_patch_file() localVariable