Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/fuchsia/
Dutils.py23 out_path='/tmp/', argument
46 url, out_path)
81 def _generate_file_directory_and_file_name(url, out_path): argument
94 if not out_path:
96 elif not out_path.endswith('/'):
97 file_directory, file_name = os.path.split(out_path)
99 file_directory = out_path
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/power/cellular/
Dmodem_logs.py167 def pull_logs(dut: android_device.AndroidDevice, out_path: str, pull_timeout = 300) -> None:
177 "%s %s" % (_MODEM_LOG_PATH, out_path), timeout=pull_timeout)
178 _LOG.debug('Modem logs exported to %s', out_path)
Dcellular_power_preset_base_test.py376 def collect_modem_log(self, out_path, duration: int=30): argument
387 modem_logs.pull_logs(self.cellular_dut.ad, out_path)
/tools/asuite/atest/
Dbazel_mode.py889 out_path: pathlib.Path
1239 c: [c.out_path.joinpath(f'testcases/{module_name}')]
1364 rel_path = f.relative_to(config.out_path)
1416 matching_configs = [c for c in configs if _is_relative_to(f, c.out_path)]
/tools/test/connectivity/acts/framework/acts/
Dutils.py1016 out_path = zip_file.extract(zip_info.filename, path=extract_location)
1018 os.chmod(out_path, perm)
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/tel/
Dtel_data_utils.py2447 out_path=None, argument
2465 url, out_path)
2543 out_path=None, argument
2565 url, out_path)
Dtel_test_utils.py1335 def _generate_file_directory_and_file_name(url, out_path): argument
1337 if not out_path:
1339 elif not out_path.endswith("/"):
1340 file_directory, file_name = os.path.split(out_path)
1342 file_directory = out_path
/tools/test/connectivity/acts/framework/acts/controllers/
Dfuchsia_device.py935 out_path = os.path.join(out_dir, f'{self.mdns_name}_{time_stamp}.zip')