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.java72 String sharedLibrariesContext = ""; in getClassLoaderContexts() local
74 sharedLibrariesContext = encodeSharedLibraries(sharedLibraries); in getClassLoaderContexts()
78 "", info.classLoaderName, sharedLibrariesContext); in getClassLoaderContexts()
108 classpath, info.classLoaderName, sharedLibrariesContext); in getClassLoaderContexts()
164 + sharedLibrariesContext; in getClassLoaderContexts()
180 String sharedLibrariesContext = ""; in getClassLoaderContext() local
182 sharedLibrariesContext = encodeSharedLibraries(info.getDependencies()); in getClassLoaderContext()
185 "", SHARED_LIBRARY_LOADER_TYPE, sharedLibrariesContext); in getClassLoaderContext()
246 String sharedLibrariesContext = "{"; in encodeSharedLibraries() local
250 sharedLibrariesContext += "#"; in encodeSharedLibraries()
[all …]