jni: Avoid extra std::string copies

The methods FindSymbolWith{,out}NativeBridge() take const
std::string references, so it's inefficient to pass in a
std::string::c_str().

Test: TreeHugger
Change-Id: I82e023d22cb2d9639bd4e32d05b0620dc09efd3e
1 file changed