Home
last modified time | relevance | path

Searched defs:ClassLoaderContext (Results 1 – 1 of 1) sorted by relevance

/build/soong/dexpreopt/
Dclass_loader_context.go192 type ClassLoaderContext struct { struct
194 Name string
197 Optional bool
201 Implicit bool
204 Host android.Path
207 Device string
210 Subcontexts []*ClassLoaderContext
227 func (c *ClassLoaderContext) excludeLibs(excludedLibs []string) (*ClassLoaderContext, bool) {
450 func excludeLibsFromCLCList(clcList []*ClassLoaderContext, excludedLibs []string) ([]*ClassLoaderCo…
542 func validateClassLoaderContextRec(sdkVer int, clcs []*ClassLoaderContext) (bool, error) {
[all …]