Searched refs:ApkSet (Results 1 – 4 of 4) sorted by relevance
/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 217 func (m *Variant) GetApkSet() []*ApkSet { 219 return m.ApkSet 233 type ApkSet struct { struct 242 func (m *ApkSet) Reset() { *m = ApkSet{} } argument 243 func (m *ApkSet) String() string { return proto.CompactTextString(m) } argument 244 func (*ApkSet) ProtoMessage() {} argument 245 func (*ApkSet) Descriptor() ([]byte, []int) { argument 249 func (m *ApkSet) XXX_Unmarshal(b []byte) error { argument 252 func (m *ApkSet) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument [all …]
|
D | commands.proto | 42 repeated ApkSet apk_set = 2; 53 message ApkSet { message
|
/build/soong/cmd/extract_apks/ |
D | main.go | 49 type ApkSet struct { struct 55 func newApkSet(path string) (*ApkSet, error) { 56 apkSet := &ApkSet{path: path, entries: make(map[string]*zip.File)} 67 func (apkSet *ApkSet) getToc() (Toc, error) { argument 89 func (apkSet *ApkSet) close() { argument 358 func (apkSet *ApkSet) writeApks(selected SelectionResult, config TargetConfig, argument 421 func (apkSet *ApkSet) extractAndCopySingle(selected SelectionResult, outFile *os.File) error { argument
|
D | main_test.go | 474 apkSet := ApkSet{entries: make(map[string]*zip.File)}
|