Searched refs:out_path (Results 1 – 8 of 8) sorted by relevance
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/fuchsia/ |
D | utils.py | 23 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/ |
D | modem_logs.py | 167 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)
|
D | cellular_power_preset_base_test.py | 376 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/ |
D | bazel_mode.py | 889 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/ |
D | utils.py | 1016 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/ |
D | tel_data_utils.py | 2447 out_path=None, argument 2465 url, out_path) 2543 out_path=None, argument 2565 url, out_path)
|
D | tel_test_utils.py | 1335 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/ |
D | fuchsia_device.py | 935 out_path = os.path.join(out_dir, f'{self.mdns_name}_{time_stamp}.zip')
|