Searched defs:ApkSet (Results 1 – 3 of 3) sorted by relevance
/build/soong/cmd/extract_apks/ |
D | main.go | 49 type ApkSet struct { struct 50 path string 51 reader *zip.ReadCloser 52 entries map[string]*zip.File 67 func (apkSet *ApkSet) getToc() (Toc, error) { 89 func (apkSet *ApkSet) close() { 358 func (apkSet *ApkSet) writeApks(selected SelectionResult, config TargetConfig, 421 func (apkSet *ApkSet) extractAndCopySingle(selected SelectionResult, outFile *os.File) error {
|
/build/soong/cmd/extract_apks/bundle_proto/ |
D | commands.pb.go | 174 ApkSet []*ApkSet `protobuf:"bytes,2,rep,name=apk_set,json=apkSet,proto3" json:"apk_set,omitempty"` member 233 type ApkSet struct { struct 234 …buf:"bytes,1,opt,name=module_metadata,json=moduleMetadata,proto3" json:"module_metadata,omitempty"` 236 …buf:"bytes,2,rep,name=apk_description,json=apkDescription,proto3" json:"apk_description,omitempty"` 237 XXX_NoUnkeyedLiteral struct{} `json:"-"` 238 XXX_unrecognized []byte `json:"-"` 239 XXX_sizecache int32 `json:"-"` 242 func (m *ApkSet) Reset() { *m = ApkSet{} } 243 func (m *ApkSet) String() string { return proto.CompactTextString(m) } 244 func (*ApkSet) ProtoMessage() {} [all …]
|
D | commands.proto | 53 message ApkSet { message
|