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
200 Host android.Path
203 Device string
206 Subcontexts []*ClassLoaderContext
223 func (c *ClassLoaderContext) excludeLibs(excludedLibs []string) (*ClassLoaderContext, bool) {
432 func excludeLibsFromCLCList(clcList []*ClassLoaderContext, excludedLibs []string) ([]*ClassLoaderCo…
523 func validateClassLoaderContextRec(sdkVer int, clcs []*ClassLoaderContext) (bool, error) {
586 func computeClassLoaderContextRec(clcs []*ClassLoaderContext) (string, string, android.Paths) {
[all …]