Home | History | Annotate | Download | only in driver

Lines Matching refs:OutputPath

102   std::string OutputPath;
134 OutputPath = "-";
223 Opts.OutputPath = Args->getLastArgValue(OPT_o);
257 if (Opts.OutputPath.empty())
258 Opts.OutputPath = "-";
262 if (Opts.OutputPath != "-")
263 sys::RemoveFileOnSignal(Opts.OutputPath);
267 new raw_fd_ostream(Opts.OutputPath.c_str(), Error,
271 << Opts.OutputPath << Error;
407 if (Failed && Opts.OutputPath != "-")
408 sys::fs::remove(Opts.OutputPath);