Home | History | Annotate | Download | only in driver

Lines Matching defs:OutputPath

93   std::string OutputPath;
125 OutputPath = "-";
202 Opts.OutputPath = Args->getLastArgValue(OPT_o);
236 if (Opts.OutputPath.empty())
237 Opts.OutputPath = "-";
241 if (Opts.OutputPath != "-")
242 sys::RemoveFileOnSignal(sys::Path(Opts.OutputPath));
246 new raw_fd_ostream(Opts.OutputPath.c_str(), Error,
250 << Opts.OutputPath << Error;
369 if (!Success && Opts.OutputPath != "-")
370 sys::Path(Opts.OutputPath).eraseFromDisk();