Searched refs:out_path (Results 1 – 4 of 4) sorted by relevance
/tools/test/connectivity/acts/framework/acts/test_utils/fuchsia/ |
D | utils.py | 24 out_path='/tmp/', argument 47 url, out_path) 86 def _generate_file_directory_and_file_name(url, out_path): argument 99 if not out_path: 101 elif not out_path.endswith('/'): 102 file_directory, file_name = os.path.split(out_path) 104 file_directory = out_path
|
/tools/acloud/create/ |
D | goldfish_local_image_local_instance_test.py | 264 lambda out_path, _conf, _get_img: self._CreateEmptyFile(out_path))
|
/tools/test/connectivity/acts/framework/acts/ |
D | utils.py | 990 out_path = zip_file.extract(zip_info.filename, path=extract_location) 992 os.chmod(out_path, perm)
|
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
D | tel_test_utils.py | 3070 def _generate_file_directory_and_file_name(url, out_path): argument 3072 if not out_path: 3074 elif not out_path.endswith("/"): 3075 file_directory, file_name = os.path.split(out_path) 3077 file_directory = out_path 3468 out_path=None, argument 3490 url, out_path) 3624 out_path=None, argument 3642 url, out_path)
|