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) {
447 func excludeLibsFromCLCList(clcList []*ClassLoaderContext, excludedLibs []string) ([]*ClassLoaderCo…
538 func validateClassLoaderContextRec(sdkVer int, clcs []*ClassLoaderContext) (bool, error) {
575 func ComputeClassLoaderContextDependenciesRec(clcs []*ClassLoaderContext) (names []string, paths an…
[all …]