Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/cmd/
DCompile.h36 std::optional<std::string> res_zip; member
59 &options_.res_zip, Command::kPath); in CompileCommand()
DCompile.cpp689 if (!options.res_zip && !IsValidFile(context, path)) { in Compile()
776 if (options_.res_dir && options_.res_zip) { in Action()
780 } else if ((options_.res_dir || options_.res_zip) && in Action()
799 } else if (options_.res_zip) { in Action()
808 file_collection = io::ZipFileCollection::Create(options_.res_zip.value(), &err); in Action()
810 context.GetDiagnostics()->Error(android::DiagMessage(options_.res_zip.value()) << err); in Action()