Searched refs:target_dir (Results 1 – 3 of 3) sorted by relevance
50 def replace_package(source_dir, target_dir) -> None: argument58 print('Updating {} using {}.'.format(target_dir, source_dir))61 subprocess.check_call(['bash', script_path, source_dir, target_dir])
41 def _HideDir(self, target_dir): argument51 self._AddBindMount(empty_dir, target_dir)
4504 target_dir, target_base = (4508 include_dir == target_dir or4509 include_dir == os.path.normpath(target_dir + '/../public')):