Searched refs:layerPaths (Results 1 – 4 of 4) sorted by relevance
67 void setLayerPaths_native(JNIEnv* env, jobject clazz, jobject classLoader, jstring layerPaths) { in setLayerPaths_native() argument70 ScopedUtfChars layerPathsChars(env, layerPaths); in setLayerPaths_native()
222 String layerPaths = ""; in setupGpuLayers() local245 layerPaths = mDebugLayerPath + ":"; in setupGpuLayers()261 layerPaths += paths + ":"; in setupGpuLayers()285 layerPaths += mLayerPath; in setupGpuLayers()287 setLayerPaths(mClassLoader, layerPaths); in setupGpuLayers()892 private static native void setLayerPaths(ClassLoader classLoader, String layerPaths); in setLayerPaths() argument
496 void GraphicsEnv::setLayerPaths(NativeLoaderNamespace* appNamespace, const std::string layerPaths) { in setLayerPaths() argument498 mLayerPaths = layerPaths; in setLayerPaths()502 layerPaths.c_str(), appNamespace); in setLayerPaths()
129 void setLayerPaths(NativeLoaderNamespace* appNamespace, const std::string layerPaths);