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

  /external/webrtc/test/testsupport/
fileutils.cc 71 std::string 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/lib/Frontend/
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/openfst/src/include/fst/
randgen.h 630 OutputPath();
642 OutputPath();
654 void OutputPath() {

Completed in 238 milliseconds