Searched refs:res_zip (Results 1 – 2 of 2) sorted by relevance
32 Maybe<std::string> res_zip; member52 &options_.res_zip, Command::kPath); in CompileCommand()
662 if (!options.res_zip && !IsValidFile(context, path)) { in Compile()746 if (options_.res_dir && options_.res_zip) { in Action()764 } else if (options_.res_zip) { in Action()773 file_collection = io::ZipFileCollection::Create(options_.res_zip.value(), &err); in Action()775 context.GetDiagnostics()->Error(DiagMessage(options_.res_zip.value()) << err); in Action()