Searched refs:res_dir (Results 1 – 3 of 3) sorted by relevance
31 Maybe<std::string> res_dir; member50 AddOptionalFlag("--dir", "Directory to scan for resources", &options_.res_dir, Command::kPath); in CompileCommand()
741 if (options_.res_dir && options_.res_zip) { in Action()745 } else if (options_.res_dir) { in Action()754 file_collection = io::FileCollection::Create(options_.res_dir.value(), &err); in Action()756 context.GetDiagnostics()->Error(DiagMessage(options_.res_dir.value()) << err); in Action()
494 optional string res_dir = 2; field