Home
last modified time | relevance | path

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

/development/tools/external_crates/crate_tool/src/
Dmanaged_crate.rs156 let mut new_patch_contents = Vec::new(); in recontextualize_patches() localVariable
208 new_patch_contents.push((patch, parsed.reassemble(&output.stdout))); in recontextualize_patches()
210 for (path, contents) in new_patch_contents { in recontextualize_patches()