Home
last modified time | relevance | path

Searched defs:UncompressDexFiles (Results 1 – 2 of 2) sorted by relevance

/build/soong/cmd/extract_apks/bundle_proto/
Dconfig.pb.go325UncompressDexFiles *UncompressDexFiles `protobuf:"bytes,3,opt,name=uncompress_dex_files,json=uncom… member
427 type UncompressDexFiles struct { struct
428 …nabled bool `protobuf:"varint,1,opt,name=enabled,proto3" json:"enabled,omitempty"`
429 XXX_NoUnkeyedLiteral struct{} `json:"-"`
430 XXX_unrecognized []byte `json:"-"`
431 XXX_sizecache int32 `json:"-"`
434 func (m *UncompressDexFiles) Reset() { *m = UncompressDexFiles{} }
435 func (m *UncompressDexFiles) String() string { return proto.CompactTextString(m) }
436 func (*UncompressDexFiles) ProtoMessage() {}
437 func (*UncompressDexFiles) Descriptor() ([]byte, []int) {
[all …]
Dconfig.proto70 message UncompressDexFiles { message