Home
last modified time | relevance | path

Searched refs:getCommandLine (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/libbcc/include/bcc/Renderscript/
DRSInfo.h247 std::string getCommandLine(int argc, const char* const* argv);
/frameworks/compile/libbcc/tools/bcc/
DMain.cpp182 std::string commandLine = bcc::getCommandLine(argc, argv); in main()
/frameworks/compile/libbcc/lib/Renderscript/
DRSInfo.cpp54 std::string bcc::getCommandLine(int argc, const char* const* argv) { in getCommandLine() function in bcc
/frameworks/rs/cpu_ref/
DrsCpuScript.cpp439 bcc::getCommandLine(compileArguments.size() - 1, compileArguments.data()); in init()