HomeSort by relevance Sort by last modified time
    Searched refs:zip_ref (Results 1 - 4 of 4) sorted by null

  /test/framework/harnesses/host_controller/build/
build_provider.py 107 with zipfile.ZipFile(path, 'r') as zip_ref:
108 if self._IsFullDeviceImage(zip_ref.namelist()):
111 zip_ref.extractall(dest_path)
130 with zipfile.ZipFile(path, 'r') as zip_ref:
131 zip_ref.extractall(dest_path)
158 with zipfile.ZipFile(path, 'r') as zip_ref:
159 zip_ref.extractall(dest_path)
  /external/tensorflow/tensorflow/tools/ci_build/
copy_binary.py 67 zip_ref = zipfile.ZipFile(directory + origin_binary, "r")
68 zip_ref.extractall()
69 zip_ref.close()
  /test/framework/harnesses/host_controller/command_processor/
command_gsispl.py 100 'r') as zip_ref:
101 zip_ref.extractall(dest_path)
  /external/autotest/client/site_tests/network_CastTDLS/
network_CastTDLS.py 107 zip_ref = zipfile.ZipFile(zip_file, 'r')
108 zip_ref.extractall(output_folder)
109 zip_ref.close()

Completed in 137 milliseconds