Home
last modified time | relevance | path

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

/aosp12/build/soong/zip/cmd/
H A Dmain.go110 type rootPrefix struct{} struct
112 func (rootPrefix) String() string { return "" }
114 func (rootPrefix) Set(s string) error {
167 flags.Var(&rootPrefix{}, "P", "path prefix within the zip at which to place files")
/aosp12/build/soong/zip/
H A Dzip.go103 func (b *FileArgsBuilder) PathPrefixInZip(rootPrefix string) *FileArgsBuilder {
104 b.state.PathPrefixInZip = rootPrefix