Searched defs:OutputPath (Results 1 - 9 of 9) sorted by relevance

/external/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp50 StringRef OutputPath, bool ShowDepth,
56 if (!OutputPath.empty()) {
59 OutputPath.str().c_str(), Error,
49 AttachHeaderIncludeGen(Preprocessor &PP, bool ShowAllHeaders, StringRef OutputPath, bool ShowDepth, bool MSStyle) argument
H A DCompilerInstance.cpp363 StringRef OutputPath = DepOpts.HeaderIncludeOutputFile; local
364 if (OutputPath == "-")
365 OutputPath = "";
366 AttachHeaderIncludeGen(*PP, /*ShowAllHeaders=*/true, OutputPath,
371 AttachHeaderIncludeGen(*PP, /*ShowAllHeaders=*/false, /*OutputPath=*/"",
566 CompilerInstance::createOutputFile(StringRef OutputPath, argument
573 llvm::raw_fd_ostream *OS = createOutputFile(OutputPath, Error, Binary,
582 << OutputPath << Error;
595 CompilerInstance::createOutputFile(StringRef OutputPath, argument
609 if (!OutputPath
[all...]
/external/webrtc/src/modules/audio_processing/test/testsupport/
H A Dfileutils.cc71 std::string OutputPath() { function in namespace:webrtc::test
/external/webrtc/test/testsupport/
H A Dfileutils.cc71 std::string OutputPath() { function in namespace:webrtc::test
/external/chromium_org/third_party/webrtc/test/testsupport/
H A Dfileutils.cc116 std::string OutputPath() { function in namespace:webrtc::test
150 std::string OutputPath() { function in namespace:webrtc::test
/external/pdfium/fpdfsdk/src/
H A Dfpdf_transformpage.cpp220 void OutputPath(CFX_ByteTextBuf& buf, CPDF_Path path) function
279 OutputPath(strClip, path);
/external/clang/tools/driver/
H A Dcc1as_main.cpp102 std::string OutputPath; member in struct:__anon19495::AssemblerInvocation
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 !
[all...]
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_ps.cpp90 void CFX_PSRenderer::OutputPath(const CFX_PathData* pPathData, const CFX_AffineMatrix* pObject2Device) function in class:CFX_PSRenderer
142 OutputPath(pPathData, pObject2Device);
168 OutputPath(pPathData, NULL);
210 OutputPath(pPathData, stroke_alpha ? NULL : pObject2Device);
/external/openfst/src/include/fst/
H A Drandgen.h630 OutputPath();
642 OutputPath();
654 void OutputPath() { function in class:fst::RandGenVisitor

Completed in 532 milliseconds