Searched refs:host_tools_file_path (Results 1 – 1 of 1) sorted by relevance
178 def _get_host_tools(self, host_tools_file_path): argument181 if os.path.isfile(host_tools_file_path):182 with ZipFile(host_tools_file_path, 'r') as zip_obj: