Home
last modified time | relevance | path

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

/aosp_15_r20/external/bazelbuild-rules_android/src/tools/ak/bucketize/
H A Dpartitioner.go81 type PartitionSession struct { struct
82 typedOutput map[res.Type][]*zip.Writer
83 sharder shard.Func
84 collectedVals map[valuesKey]map[string][]byte
85 collectedPaths map[string]res.PathInfo
86 collectedRAs map[string][]xml.Attr
87 resourceOrder map[string]int
119 func (ps *PartitionSession) Close() error {
138 func (ps *PartitionSession) CollectPathResource(src res.PathInfo) {
146 func (ps *PartitionSession) CollectValues(vr *res.ValuesResource) error {
[all …]