Home
last modified time | relevance | path

Searched refs:LibraryPath (Results 1 – 3 of 3) sorted by relevance

/build/soong/dexpreopt/
Dconfig.go104 type LibraryPath struct { struct
110 type LibraryPaths map[string]*LibraryPath
294 m[lib] = &LibraryPath{
Ddexpreopt.go554 func pathForLibrary(module *ModuleConfig, lib string) *LibraryPath {
/build/soong/java/
Dapp.go1936 usesLibPaths[dep] = &dexpreopt.LibraryPath{buildPath, devicePath}