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()
656 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()