Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/cmd/
DCompile.h32 Maybe<std::string> res_zip; member
52 &options_.res_zip, Command::kPath); in CompileCommand()
DCompile.cpp656 if (!options.res_zip && !IsValidFile(context, path)) { in Compile()
741 if (options_.res_dir && options_.res_zip) { in Action()
761 } else if (options_.res_zip) { in Action()
770 file_collection = io::ZipFileCollection::Create(options_.res_zip.value(), &err); in Action()
772 context.GetDiagnostics()->Error(DiagMessage(options_.res_zip.value()) << err); in Action()