Searched refs:ApkSet (Results 1 – 4 of 4) sorted by relevance
/build/soong/cmd/extract_apks/bundle_proto/ |
D | commands.pb.go | 233 ApkSet []*ApkSet `protobuf:"bytes,2,rep,name=apk_set,json=apkSet,proto3" json:"apk_set,omitempty"` member 280 func (x *Variant) GetApkSet() []*ApkSet { 282 return x.ApkSet 296 type ApkSet struct { struct 306 func (x *ApkSet) Reset() { argument 307 *x = ApkSet{} 315 func (x *ApkSet) String() string { argument 319 func (*ApkSet) ProtoMessage() {} argument 321 func (x *ApkSet) ProtoReflect() protoreflect.Message { argument 334 func (*ApkSet) Descriptor() ([]byte, []int) { argument [all …]
|
D | commands.proto | 42 repeated ApkSet apk_set = 2; 53 message ApkSet { message
|
/build/soong/cmd/extract_apks/ |
D | main.go | 51 type ApkSet struct { struct 57 func newApkSet(path string) (*ApkSet, error) { 58 apkSet := &ApkSet{path: path, entries: make(map[string]*zip.File)} 69 func (apkSet *ApkSet) getToc() (Toc, error) { argument 91 func (apkSet *ApkSet) close() { argument 437 func (apkSet *ApkSet) writeApks(selected SelectionResult, config TargetConfig, argument 506 func (apkSet *ApkSet) extractAndCopySingle(selected SelectionResult, outFile *os.File) error { argument
|
D | main_test.go | 854 apkSet := ApkSet{entries: make(map[string]*zip.File)}
|