Searched defs:layerPaths (Results 1 – 3 of 3) sorted by relevance
85 void setLayerPaths_native(JNIEnv* env, jobject clazz, jobject classLoader, jstring layerPaths) { in setLayerPaths_native()
321 String layerPaths = ""; in setupGpuLayers() local842 private static native void setLayerPaths(ClassLoader classLoader, String layerPaths); in setLayerPaths()
407 void GraphicsEnv::setLayerPaths(NativeLoaderNamespace* appNamespace, const std::string layerPaths) { in setLayerPaths()