Searched refs:system_resources_ (Results 1 – 2 of 2) sorted by relevance
58 system_resources_(/*object=*/nullptr, in JniLuaEnvironment()431 jenv_, system_resources_.get(), jni_cache_->resources_get_identifier, in HandleAndroidStringResources()453 JniHelper::CallObjectMethod<jstring>(jenv_, system_resources_.get(), in HandleAndroidStringResources()478 return (system_resources_ != nullptr); in RetrieveSystemResources()485 system_resources_ = in RetrieveSystemResources()487 return (system_resources_ != nullptr); in RetrieveSystemResources()
93 ScopedGlobalRef<jobject> system_resources_; variable