Searched defs:OutputFilename (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/tools/bcc_compat/
H A DMain.cpp272 std::string OutputFilename = DetermineOutputFilename(OptOutputFilename); local
273 if (OutputFilename.empty()) {
278 if (!rscd.buildForCompatLib(*s, OutputFilename.c_str(), nullptr, OptRuntimePath.c_str(), false)) {

Completed in 67 milliseconds