Searched defs:OutputPath (Results 1 - 7 of 7) sorted by relevance
/external/clang/lib/Frontend/ |
H A D | HeaderIncludeGen.cpp | 79 StringRef OutputPath, bool ShowDepth, 85 if (!OutputPath.empty()) { 88 OutputPath.str(), EC, llvm::sys::fs::F_Append | llvm::sys::fs::F_Text); 76 AttachHeaderIncludeGen(Preprocessor &PP, const std::vector<std::string> &ExtraHeaders, bool ShowAllHeaders, StringRef OutputPath, bool ShowDepth, bool MSStyle) argument
|
H A D | CompilerInstance.cpp | 365 StringRef OutputPath = DepOpts.HeaderIncludeOutputFile; local 366 if (OutputPath == "-") 367 OutputPath = ""; 369 /*ShowAllHeaders=*/true, OutputPath, 375 /*ShowAllHeaders=*/false, /*OutputPath=*/"", 589 CompilerInstance::createOutputFile(StringRef OutputPath, bool Binary, argument 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 613 createOutputFile( StringRef OutputPath, std::error_code &Error, bool Binary, bool RemoveFileOnSignal, StringRef InFile, StringRef Extension, bool UseTemporary, bool CreateMissingDirectories, std::string *ResultPathName, std::string *TempPathName) argument [all...] |
/external/webrtc/webrtc/test/testsupport/ |
H A D | fileutils.cc | 108 std::string OutputPath() { function in namespace:webrtc::test 142 std::string OutputPath() { function in namespace:webrtc::test
|
/external/pdfium/fpdfsdk/src/ |
H A D | fpdf_transformpage.cpp | 225 void OutputPath(CFX_ByteTextBuf& buf, CPDF_Path path) { function 287 OutputPath(strClip, path);
|
/external/clang/tools/driver/ |
H A D | cc1as_main.cpp | 103 std::string OutputPath; member in struct:__anon3189::AssemblerInvocation 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/ |
H A D | fx_ge_ps.cpp | 92 void CFX_PSRenderer::OutputPath(const CFX_PathData* pPathData, function in class:CFX_PSRenderer 142 OutputPath(pPathData, pObject2Device); 166 OutputPath(pPathData, NULL); 211 OutputPath(pPathData, stroke_alpha ? NULL : pObject2Device);
|
/external/openfst/src/include/fst/ |
H A D | randgen.h | 630 OutputPath(); 642 OutputPath(); 654 void OutputPath() { function in class:fst::RandGenVisitor
|
Completed in 345 milliseconds