Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/catapult_build/
Drun_dev_server_tests.py141 zip_path = os.path.join(tmpdir, 'chrome.zip')
142 with open(zip_path, 'wb') as local_file:
144 zf = zipfile.ZipFile(zip_path)
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
Dwin_platform_backend.py69 zip_path = os.path.join(win_binary_dir, 'winring0.zip')
70 cloud_storage.GetIfChanged(zip_path, bucket=cloud_storage.PUBLIC_BUCKET)
72 with zipfile.ZipFile(zip_path, 'r') as zip_file:
95 os.remove(zip_path)
/external/chromium-trace/catapult/third_party/mapreduce/mapreduce/
Dstatus.py290 (zip_file, zip_path) = os.path.relpath(path).split('.zip' + os.sep, 1)
291 content = zipfile.ZipFile(zip_file + '.zip').read(zip_path)
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils.py1360 def _CreateDeviceZip(zip_path, host_device_tuples): argument
1361 with zipfile.ZipFile(zip_path, 'w') as zip_file: