Home
last modified time | relevance | path

Searched refs:LibraryPaths (Results 1 – 6 of 6) sorted by relevance

/build/soong/dexpreopt/
Dconfig.go110 type LibraryPaths map[string]*LibraryPath type
129 LibraryPaths LibraryPaths member
284 LibraryPaths jsonLibraryPaths
291 constructLibraryPaths := func(ctx android.PathContext, paths jsonLibraryPaths) LibraryPaths {
292 m := LibraryPaths{}
314 config.ModuleConfig.LibraryPaths = constructLibraryPaths(ctx, config.LibraryPaths)
Ddexpreopt_test.go49 LibraryPaths: nil,
Ddexpreopt.go555 path, ok := module.LibraryPaths[lib]
/build/soong/java/
Ddexpreopt.go40 libraryPaths dexpreopt.LibraryPaths
199 LibraryPaths: d.libraryPaths,
Dapp.go1914 func (u *usesLibrary) usesLibraryPaths(ctx android.ModuleContext) dexpreopt.LibraryPaths {
1915 usesLibPaths := make(dexpreopt.LibraryPaths)
/build/make/core/
Ddex_preopt_odex_install.mk235 $(call add_json_map, LibraryPaths)