Lines Matching defs:string
95 func (ze ZipEntryFromZip) WriteToZip(dest string, zw *zip.Writer) error {
124 func (be ZipEntryFromBuffer) WriteToZip(dest string, zw *zip.Writer) error {
163 func (oz *OutputZip) setExcludeDirs(excludeDirs []string) {
170 func (oz *OutputZip) setExcludeFiles(excludeFiles []string) {
176 func (oz *OutputZip) addZipEntry(name string, source ZipEntryContents) (ZipEntryContents, error) {
189 func (oz *OutputZip) addManifest(manifestPath string) error {
206 func (oz *OutputZip) addZipEntryFromFile(name string, path string) error {
221 func (oz *OutputZip) addEmptyEntry(entry string) error {
235 func (oz *OutputZip) isEntryExcluded(name string) bool {
330 func (oz *OutputZip) writeEntries(entries []string) error {
534 func mergeZips(inputZips []InputZip, writer *zip.Writer, manifest, pyMain string,
536 excludeFiles, excludeDirs []string, zipsToNotStrip map[string]bool) error {
601 func (f *fileList) Set(name string) error {
613 func (s zipsToNotStripSet) Set(path string) error {