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

  /external/webrtc/test/testsupport/
fileutils.h 103 std::string OutputPath();
fileutils_unittest.cc 113 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());
fileutils.cc 71 std::string OutputPath() {
  /external/clang/lib/Frontend/
HeaderIncludeGen.cpp 49 StringRef OutputPath, bool ShowDepth) {
54 if (!OutputPath.empty()) {
57 OutputPath.str().c_str(), Error, llvm::raw_fd_ostream::F_Append);
CompilerInstance.cpp 270 StringRef OutputPath = DepOpts.HeaderIncludeOutputFile;
271 if (OutputPath == "-")
272 OutputPath = "";
273 AttachHeaderIncludeGen(*PP, /*ShowAllHeaders=*/true, OutputPath,
466 CompilerInstance::createOutputFile(StringRef OutputPath,
473 llvm::raw_fd_ostream *OS = createOutputFile(OutputPath, Error, Binary,
482 << OutputPath << Error;
495 CompilerInstance::createOutputFile(StringRef OutputPath,
509 if (!OutputPath.empty()) {
510 OutFile = OutputPath;
    [all...]
  /external/webrtc/src/system_wrappers/source/
trace_unittest.cc 26 std::string trace_file = webrtc::test::OutputPath() +
cpu_wrapper_unittest.cc 35 std::string trace_file = webrtc::test::OutputPath() +
  /external/clang/tools/driver/
cc1as_main.cpp 96 std::string OutputPath;
128 OutputPath = "-";
208 Opts.OutputPath = Args->getLastArgValue(OPT_o);
242 if (Opts.OutputPath.empty())
243 Opts.OutputPath = "-";
247 if (Opts.OutputPath != "-")
248 sys::RemoveFileOnSignal(sys::Path(Opts.OutputPath));
252 new raw_fd_ostream(Opts.OutputPath.c_str(), Error,
256 << Opts.OutputPath << Error;
381 if (!Success && Opts.OutputPath != "-"
    [all...]
  /external/clang/include/clang/Frontend/
Utils.h 87 /// \param OutputPath - If non-empty, a path to write the header include
90 StringRef OutputPath = "",
CompilerInstance.h 595 createOutputFile(StringRef OutputPath,
604 /// If \p OutputPath is empty, then createOutputFile will derive an output
606 /// appended. If \p OutputPath is not stdout and \p UseTemporary
608 /// renamed to \p OutputPath in the end.
610 /// \param OutputPath - If given, the path to the output file.
612 /// \param BaseInput - If \p OutputPath is empty, the input path name to use
620 /// OutputPath in the end.
628 createOutputFile(StringRef OutputPath, std::string &Error,
  /external/openfst/src/include/fst/
randgen.h 630 OutputPath();
642 OutputPath();
654 void OutputPath() {
  /external/webrtc/src/modules/audio_processing/test/
unit_test.cc 56 std::string trace_filename = webrtc::test::OutputPath() +
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]

Completed in 345 milliseconds