HomeSort by relevance Sort by last modified time
    Searched refs:OutputPath (Results 1 - 12 of 12) 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 287 StringRef OutputPath = DepOpts.HeaderIncludeOutputFile;
288 if (OutputPath == "-")
289 OutputPath = "";
290 AttachHeaderIncludeGen(*PP, /*ShowAllHeaders=*/true, OutputPath,
478 CompilerInstance::createOutputFile(StringRef OutputPath,
485 llvm::raw_fd_ostream *OS = createOutputFile(OutputPath, Error, Binary,
494 << OutputPath << Error;
507 CompilerInstance::createOutputFile(StringRef OutputPath,
521 if (!OutputPath.empty()) {
522 OutFile = OutputPath;
    [all...]
  /external/clang/tools/driver/
cc1as_main.cpp 93 std::string OutputPath;
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/
Utils.h 86 /// \param OutputPath - If non-empty, a path to write the header include
89 StringRef OutputPath = "",
CompilerInstance.h 587 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/
cpu_wrapper_unittest.cc 28 std::string trace_file = webrtc::test::OutputPath() +
  /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 220 milliseconds