Searched refs:descriptorChars (Results 1 – 1 of 1) sorted by relevance
380 const jchar* descriptorChars = env->GetStringChars(descriptor, nullptr); in getInterfaceDescriptor() local381 const char16_t* rawDescriptor = reinterpret_cast<const char16_t*>(descriptorChars); in getInterfaceDescriptor()384 env->ReleaseStringChars(descriptor, descriptorChars); in getInterfaceDescriptor()