Home
last modified time | relevance | path

Searched refs:sharedLibrariesContext (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/pm/dex/
DDexoptUtils.java74 String sharedLibrariesContext = ""; in getClassLoaderContexts() local
76 sharedLibrariesContext = encodeSharedLibraries(sharedLibraries); in getClassLoaderContexts()
80 "", pkg.getClassLoaderName(), sharedLibrariesContext); in getClassLoaderContexts()
114 classpath, pkg.getClassLoaderName(), sharedLibrariesContext); in getClassLoaderContexts()
170 + sharedLibrariesContext; in getClassLoaderContexts()
186 String sharedLibrariesContext = ""; in getClassLoaderContext() local
188 sharedLibrariesContext = encodeSharedLibraries(info.getDependencies()); in getClassLoaderContext()
191 "", SHARED_LIBRARY_LOADER_TYPE, sharedLibrariesContext); in getClassLoaderContext()
252 String sharedLibrariesContext = "{"; in encodeSharedLibraries() local
256 sharedLibrariesContext += "#"; in encodeSharedLibraries()
[all …]