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