Home
last modified time | relevance | path

Searched refs:ScopedUtfChars (Results 1 – 2 of 2) sorted by relevance

/external/conscrypt/src/compat/native/
DScopedUtfChars.h32 class ScopedUtfChars {
34 ScopedUtfChars(JNIEnv* env, jstring s) : env_(env), string_(s) { in ScopedUtfChars() function
43 ~ScopedUtfChars() { in ~ScopedUtfChars()
67 ScopedUtfChars(const ScopedUtfChars&);
68 void operator=(const ScopedUtfChars&);
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp2326 ScopedUtfChars id(env, idJava);
2443 ScopedUtfChars id(env, idJava);
2517 ScopedUtfChars cmdChars(env, cmdJava);
2522 UniquePtr<ScopedUtfChars> arg;
2525 arg.reset(new ScopedUtfChars(env, argJava));
3534 ScopedUtfChars curveName(env, curveNameJava);
4417 ScopedUtfChars algorithmChars(env, algorithm);
4737 ScopedUtfChars algorithmChars(env, algorithm);
4751 ScopedUtfChars scoped_alg(env, algorithm);
5308 ScopedUtfChars file(env, filename);
[all …]