Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/cmd/extract_apks/
H A Dmain.go489 if err := writeZipEntryToFile(outFile, apkFile); err != nil {
514 return writeZipEntryToFile(outFile, apk)
665 func writeZipEntryToFile(outFile io.Writer, zipEntry *zip.File) error { func