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

  /frameworks/compile/libbcc/tools/bcc_compat/
Main.cpp 261 std::string OutputFilename = DetermineOutputFilename(OptOutputFilename);
262 if (OutputFilename.empty()) {
268 if (!rscd.buildForCompatLib(*s, OutputFilename.c_str(), OptRuntimePath.c_str())) {
  /external/llvm/lib/Support/
Timer.cpp 59 const std::string &OutputFilename = getLibSupportInfoOutputFilename();
60 if (OutputFilename.empty())
62 if (OutputFilename == "-")
71 OutputFilename.c_str(), Error, sys::fs::F_Append | sys::fs::F_Text);
76 << OutputFilename << " for appending!\n";

Completed in 262 milliseconds