Home
last modified time | relevance | path

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

/build/blueprint/proptools/
Descape_test.go94 out: `'-Wl,--rpath,${ORIGIN}/../bionic-loader-test-libs'`,
/build/make/tools/rbcrun/
Dhost.go124 func loader(thread *starlark.Thread, module string) (starlark.StringDict, error) { func
366 Load: loader,
Dhost_test.go122 return loader(thread, module)
/build/soong/dexpreopt/
Ddexpreopt.go306 Text(`class_loader_context_arg=--class-loader-context="` + clcHostString + `"`).
308 Text(`stored_class_loader_context_arg=--stored-class-loader-context="` + clcTargetString + `"`)
/build/make/
DChanges.md173 In order to construct correct class loader context for dexpreopt, build system
201 in incorrect class loader context recorded in the .odex file, which will cause
202 class loader context mismatch and dexopt at first boot.