Searched refs:rootPrefix (Results 1 – 2 of 2) sorted by relevance
110 type rootPrefix struct{} struct112 func (rootPrefix) String() string { return "" } argument114 func (rootPrefix) Set(s string) error { argument167 flags.Var(&rootPrefix{}, "P", "path prefix within the zip at which to place files")
103 func (b *FileArgsBuilder) PathPrefixInZip(rootPrefix string) *FileArgsBuilder {104 b.state.PathPrefixInZip = rootPrefix