Searched refs:OutputPath (Results 1 - 12 of 12) sorted by relevance

/external/webrtc/test/testsupport/
H A Dfileutils.h103 std::string OutputPath();
H A Dfileutils_unittest.cc113 std::string path = webrtc::test::OutputPath();
132 std::string path = webrtc::test::OutputPath();
135 ASSERT_EQ(original_working_dir, webrtc::test::OutputPath());
152 ASSERT_EQ("./", webrtc::test::OutputPath());
180 ASSERT_EQ("./", webrtc::test::OutputPath());
H A Dfileutils.cc71 std::string OutputPath() { function in namespace:webrtc::test
/external/clang/lib/Frontend/
H A DHeaderIncludeGen.cpp49 StringRef OutputPath, bool ShowDepth) {
54 if (!OutputPath.empty()) {
57 OutputPath.str().c_str(), Error, llvm::raw_fd_ostream::F_Append);
48 AttachHeaderIncludeGen(Preprocessor &PP, bool ShowAllHeaders, StringRef OutputPath, bool ShowDepth) argument
H A DCompilerInstance.cpp287 StringRef OutputPath = DepOpts.HeaderIncludeOutputFile; local
288 if (OutputPath == "-")
289 OutputPath = "";
290 AttachHeaderIncludeGen(*PP, /*ShowAllHeaders=*/true, OutputPath,
478 CompilerInstance::createOutputFile(StringRef OutputPath, argument
485 llvm::raw_fd_ostream *OS = createOutputFile(OutputPath, Error, Binary,
494 << OutputPath << Error;
507 CompilerInstance::createOutputFile(StringRef OutputPath, argument
521 if (!OutputPath.empty()) {
522 OutFile = OutputPath;
[all...]
/external/clang/tools/driver/
H A Dcc1as_main.cpp93 std::string OutputPath; member in struct:__anon4827::AssemblerInvocation
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 !
[all...]
/external/clang/include/clang/Frontend/
H A DUtils.h86 /// \param OutputPath - If non-empty, a path to write the header include
89 StringRef OutputPath = "",
H A DCompilerInstance.h587 createOutputFile(StringRef OutputPath,
596 /// If \arg OutputPath is empty, then createOutputFile will derive an output
598 /// Extension appended. If OutputPath is not stdout and \arg UseTemporary
600 /// renamed to OutputPath in the end.
602 /// \param OutputPath - If given, the path to the output file.
604 /// \param BaseInput - If \arg OutputPath is empty, the input path name to use
612 /// OutputPath in the end.
620 createOutputFile(StringRef OutputPath, std::string &Error,
/external/webrtc/src/system_wrappers/source/
H A Dcpu_wrapper_unittest.cc28 std::string trace_file = webrtc::test::OutputPath() +
/external/openfst/src/include/fst/
H A Drandgen.h630 OutputPath();
642 OutputPath();
654 void OutputPath() { function in class:fst::RandGenVisitor
/external/webrtc/src/modules/audio_processing/test/
H A Dunit_test.cc56 std::string trace_filename = webrtc::test::OutputPath() +
975 const std::string filename = webrtc::test::OutputPath() + "debug.aec";
/external/clang/lib/Serialization/
H A DASTWriter.cpp1057 SmallString<128> OutputPath(OutputFile);
1059 llvm::sys::fs::make_absolute(OutputPath);
1060 StringRef origDir = llvm::sys::path::parent_path(OutputPath);

Completed in 222 milliseconds