Searched refs:cmdChars (Results 1 – 1 of 1) sorted by relevance
/external/conscrypt/src/main/native/ |
D | org_conscrypt_NativeCrypto.cpp | 2517 ScopedUtfChars cmdChars(env, cmdJava); local 2518 if (cmdChars.c_str() == NULL) { 2531 JNI_TRACE("ENGINE_ctrl_cmd_string(%p, \"%s\", \"%s\", %d)", e, cmdChars.c_str(), arg_c_str, 2534 int ret = ENGINE_ctrl_cmd_string(e, cmdChars.c_str(), arg_c_str, cmd_optional); 2538 cmdChars.c_str(), arg_c_str, cmd_optional); 2542 JNI_TRACE("ENGINE_ctrl_cmd_string(%p, \"%s\", \"%s\", %d) => %d", e, cmdChars.c_str(),
|