Home
last modified time | relevance | path

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

/tools/external_updater/
Dupdater_utils.py50 def replace_package(source_dir, target_dir) -> None: argument
58 print('Updating {} using {}.'.format(target_dir, source_dir))
61 subprocess.check_call(['bash', script_path, source_dir, target_dir])
/tools/treble/build/sandbox/
Doverlay.py41 def _HideDir(self, target_dir): argument
51 self._AddBindMount(empty_dir, target_dir)
/tools/repohooks/tools/
Dcpplint.py4504 target_dir, target_base = (
4508 include_dir == target_dir or
4509 include_dir == os.path.normpath(target_dir + '/../public')):