Home
last modified time | relevance | path

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

/frameworks/base/core/jni/
Dcom_android_internal_os_Zygote.cpp811 ScopedUtfChars scoped_string_chars(env, managed_string); in ExtractJString() local
813 if (scoped_string_chars.c_str() != nullptr) { in ExtractJString()
814 return std::optional<std::string>(scoped_string_chars.c_str()); in ExtractJString()