Home
last modified time | relevance | path

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

/external/crosvm/tools/contrib/
Dcargo_refactor.py42 def replace_in_files(glob: str, replacements: List[Tuple[SearchPattern, Replacement]]): function
73 replace_in_files("**/*/Cargo.toml", [(str(from_path), str(to_path))])