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.cpp961 ScopedUtfChars scoped_string_chars(env, managed_string); in ExtractJString() local
963 if (scoped_string_chars.c_str() != nullptr) { in ExtractJString()
964 return std::optional<std::string>(scoped_string_chars.c_str()); in ExtractJString()