Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/fuchsia_lib/
Dffx.py80 target_dir = os.path.join(root_dir, f'{self.target}_{time_stamp}')
81 os.makedirs(target_dir, exist_ok=True)
109 "dir": [target_dir],
124 self._config_path = os.path.join(target_dir, "ffx_config.json")
/tools/external_updater/
Dupdater_utils.py51 def replace_package(source_dir, target_dir, temp_file=None) -> None: argument
59 print('Updating {} using {}.'.format(target_dir, source_dir))
62 subprocess.check_call(['bash', script_path, source_dir, target_dir,
/tools/treble/build/sandbox/
Doverlay.py42 def _HideDir(self, target_dir): argument
52 self._AddBindMount(empty_dir, target_dir)