Home
last modified time | relevance | path

Searched refs:SystemApkMetadata (Results 1 – 2 of 2) sorted by relevance

/build/soong/cmd/extract_apks/bundle_proto/
Dcommands.pb.go622SystemApkMetadata *SystemApkMetadata `protobuf:"bytes,6,opt,name=system_apk_metadata,json=systemAp… member
673 func (m *ApkDescription) GetSystemApkMetadata() *SystemApkMetadata {
675 return x.SystemApkMetadata
797 type SystemApkMetadata struct { struct
808 func (m *SystemApkMetadata) Reset() { *m = SystemApkMetadata{} } argument
809 func (m *SystemApkMetadata) String() string { return proto.CompactTextString(m) } argument
810 func (*SystemApkMetadata) ProtoMessage() {} argument
811 func (*SystemApkMetadata) Descriptor() ([]byte, []int) { argument
815 func (m *SystemApkMetadata) XXX_Unmarshal(b []byte) error { argument
818 func (m *SystemApkMetadata) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
[all …]
Dcommands.proto140 SystemApkMetadata system_apk_metadata = 6;
165 message SystemApkMetadata { message