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 81 if *zipPrefix != "" { 82 *zipPrefix = filepath.Clean(*zipPrefix) + "/" 94 if *zipPrefix != "" { 95 if !strings.HasPrefix(name, *zipPrefix) { 98 name = strings.TrimPrefix(name, *zipPrefix)
|
/build/soong/java/ |
D | aapt2.go | 107 …mpileZip(ctx android.ModuleContext, flata android.WritablePath, zip android.Path, zipPrefix string, 110 if zipPrefix != "" { 111 zipPrefix = "--zip-prefix " + zipPrefix 121 "zipSyncFlags": zipPrefix,
|