HomeSort by relevance Sort by last modified time
    Searched defs:OutputPath (Results 1 - 5 of 5) sorted by null

  /external/webrtc/webrtc/test/testsupport/
fileutils.cc 108 std::string OutputPath() {
142 std::string OutputPath() {
  /external/pdfium/fpdfsdk/src/
fpdf_transformpage.cpp 225 void OutputPath(CFX_ByteTextBuf& buf, CPDF_Path path) {
287 OutputPath(strClip, path);
  /external/clang/tools/driver/
cc1as_main.cpp 103 std::string OutputPath;
140 OutputPath = "-";
225 Opts.OutputPath = Args.getLastArgValue(OPT_o);
262 if (Opts.OutputPath.empty())
263 Opts.OutputPath = "-";
267 if (Opts.OutputPath != "-")
268 sys::RemoveFileOnSignal(Opts.OutputPath);
272 Opts.OutputPath, EC, (Binary ? sys::fs::F_None : sys::fs::F_Text));
274 Diags.Report(diag::err_fe_unable_to_open_output) << Opts.OutputPath
433 if (Failed && Opts.OutputPath != "-"
    [all...]
  /external/pdfium/core/src/fxge/ge/
fx_ge_ps.cpp 92 void CFX_PSRenderer::OutputPath(const CFX_PathData* pPathData,
142 OutputPath(pPathData, pObject2Device);
166 OutputPath(pPathData, NULL);
211 OutputPath(pPathData, stroke_alpha ? NULL : pObject2Device);
  /external/clang/lib/Frontend/
CompilerInstance.cpp 365 StringRef OutputPath = DepOpts.HeaderIncludeOutputFile;
366 if (OutputPath == "-")
367 OutputPath = "";
369 /*ShowAllHeaders=*/true, OutputPath,
375 /*ShowAllHeaders=*/false, /*OutputPath=*/"",
589 CompilerInstance::createOutputFile(StringRef OutputPath, bool Binary,
596 OutputPath, EC, Binary, RemoveFileOnSignal, InFile, Extension,
599 getDiagnostics().Report(diag::err_fe_unable_to_open_output) << OutputPath
614 StringRef OutputPath, std::error_code &Error, bool Binary,
622 if (!OutputPath.empty())
    [all...]

Completed in 392 milliseconds