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