MCPcopy Create free account
hub / github.com/RPCSX/rpcsx / wrap

Function wrap

android/src/rpcsx-android.cpp:261–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259 return result;
260}
261static jstring wrap(JNIEnv *env, const std::string &string) {
262 return env->NewStringUTF(string.c_str());
263}
264static jstring wrap(JNIEnv *env, const char *string) {
265 return env->NewStringUTF(string);
266}

Callers 5

reportMethod · 0.70
sendFirmwareInstalledFunction · 0.70
sendFirmwareCompiledFunction · 0.70
sendGameInfoFunction · 0.70
_rpcsx_getDirInstallPathFunction · 0.70

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected