Home
last modified time | relevance | path

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

/tools/external_updater/
Dupdater_utils.py45 def replace_package(source_dir, target_dir): argument
53 print('Updating {} using {}.'.format(target_dir, source_dir))
58 subprocess.check_call(['bash', script_path, source_dir, target_dir])
/tools/treble/build/sandbox/
Doverlay.py40 def _HideDir(self, target_dir): argument
50 self._AddBindMount(empty_dir, target_dir)
/tools/repohooks/tools/
Dcpplint.py4488 target_dir, target_base = (
4492 include_dir == target_dir or
4493 include_dir == os.path.normpath(target_dir + '/../public')):