Home
last modified time | relevance | path

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

/external/bazelbuild-rules_android/src/tools/ak/bucketize/
Dbucketize.go46 type Archiver struct { struct
47 ResFiles []*res.PathInfo
48 Partitioner Partitioner
100 func (a *Archiver) Archive(ctx context.Context) error {
120 …athInfo, vrC <-chan *res.ValuesResource, raC <-chan *ResourcesAttribute, errC <-chan error) error {
/external/autotest/client/site_tests/platform_PrinterPpds/
Darchiver.py11 class Archiver(): class
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/examples/
DArchiver.java44 public class Archiver { class