Searched refs:res_zip (Results 1 – 2 of 2) sorted by relevance
36 std::optional<std::string> res_zip; member59 &options_.res_zip, Command::kPath); in CompileCommand()
689 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()