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 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/lib/Frontend/
CompilerInstance.cpp 287 StringRef OutputPath = DepOpts.HeaderIncludeOutputFile;
288 if (OutputPath == "-")
289 OutputPath = "";
290 AttachHeaderIncludeGen(*PP, /*ShowAllHeaders=*/true, OutputPath,
483 CompilerInstance::createOutputFile(StringRef OutputPath,
490 llvm::raw_fd_ostream *OS = createOutputFile(OutputPath, Error, Binary,
499 << OutputPath << Error;
512 CompilerInstance::createOutputFile(StringRef OutputPath,
526 if (!OutputPath.empty()) {
527 OutFile = OutputPath;
    [all...]
  /external/openfst/src/include/fst/
randgen.h 630 OutputPath();
642 OutputPath();
654 void OutputPath() {

Completed in 326 milliseconds