Home
last modified time | relevance | path

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

/tools/test/connectivity/acts_tests/acts_contrib/test_utils/fuchsia/
Dutils.py24 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/
Dgoldfish_local_image_local_instance_test.py315 lambda out_path, _conf, _get_img: self._CreateEmptyFile(out_path))
384 lambda out_path, _conf, _get_img: self._CreateEmptyFile(out_path))
/tools/test/connectivity/acts/framework/acts/
Dutils.py993 out_path = zip_file.extract(zip_info.filename, path=extract_location)
995 os.chmod(out_path, perm)