Searched refs:LibraryPaths (Results 1 – 6 of 6) sorted by relevance
110 type LibraryPaths map[string]*LibraryPath type129 LibraryPaths LibraryPaths member284 LibraryPaths jsonLibraryPaths291 constructLibraryPaths := func(ctx android.PathContext, paths jsonLibraryPaths) LibraryPaths {292 m := LibraryPaths{}314 config.ModuleConfig.LibraryPaths = constructLibraryPaths(ctx, config.LibraryPaths)
49 LibraryPaths: nil,
555 path, ok := module.LibraryPaths[lib]
40 libraryPaths dexpreopt.LibraryPaths199 LibraryPaths: d.libraryPaths,
1914 func (u *usesLibrary) usesLibraryPaths(ctx android.ModuleContext) dexpreopt.LibraryPaths {1915 usesLibPaths := make(dexpreopt.LibraryPaths)
235 $(call add_json_map, LibraryPaths)