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 99 std::string OutputPath;
131 OutputPath = "-";
209 Opts.OutputPath = Args->getLastArgValue(OPT_o);
243 if (Opts.OutputPath.empty())
244 Opts.OutputPath = "-";
248 if (Opts.OutputPath != "-")
249 sys::RemoveFileOnSignal(Opts.OutputPath);
253 new raw_fd_ostream(Opts.OutputPath.c_str(), Error,
257 << Opts.OutputPath << Error;
382 if (!Success && Opts.OutputPath != "-"
    [all...]
  /external/openfst/src/include/fst/
randgen.h 630 OutputPath();
642 OutputPath();
654 void OutputPath() {
  /external/clang/lib/Frontend/
CompilerInstance.cpp 267 StringRef OutputPath = DepOpts.HeaderIncludeOutputFile;
268 if (OutputPath == "-")
269 OutputPath = "";
270 AttachHeaderIncludeGen(*PP, /*ShowAllHeaders=*/true, OutputPath,
464 CompilerInstance::createOutputFile(StringRef OutputPath,
471 llvm::raw_fd_ostream *OS = createOutputFile(OutputPath, Error, Binary,
480 << OutputPath << Error;
493 CompilerInstance::createOutputFile(StringRef OutputPath,
507 if (!OutputPath.empty()) {
508 OutFile = OutputPath;
    [all...]

Completed in 206 milliseconds