Home
last modified time | relevance | path

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

/build/bazel/scripts/incremental_build/
Dclone.py171 def _back_up_path() -> Path: function
178 if _back_up_path().exists():
187 bak_file = _back_up_path().joinpath(src_path)
191 bak_allowlists = _back_up_path().joinpath(_ALLOWLISTS)
198 for root, _, files in os.walk(_back_up_path()):
201 bak_path = bak_file.relative_to(_back_up_path())
264 for root, _, files in os.walk(_back_up_path()):
268 common_path = backup_file.relative_to(_back_up_path())
350 _restore, lambda: shutil.rmtree(_back_up_path())