Searched refs:zipPrefix (Results 1 – 2 of 2) sorted by relevance
/build/soong/cmd/zipsync/ |
D | zipsync.go | 33 …zipPrefix = flag.String("zip-prefix", "", "optional prefix within the zip file to extract, stripp… var 91 if *zipPrefix != "" { 92 *zipPrefix = filepath.Clean(*zipPrefix) + "/" 104 if *zipPrefix != "" { 105 if !strings.HasPrefix(name, *zipPrefix) { 108 name = strings.TrimPrefix(name, *zipPrefix)
|
/build/soong/java/ |
D | aapt2.go | 128 …mpileZip(ctx android.ModuleContext, flata android.WritablePath, zip android.Path, zipPrefix string, 131 if zipPrefix != "" { 132 zipPrefix = "--zip-prefix " + zipPrefix 142 "zipSyncFlags": zipPrefix,
|