Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/
Dutils.py987 def _extract_file(zip_file, zip_info, extract_location): argument
995 out_path = zip_file.extract(zip_info.filename, path=extract_location)
996 perm = zip_info.external_attr >> 16