Searched refs:getCommandLine (Results 1 - 4 of 4) sorted by path

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

Completed in 224 milliseconds