Home
last modified time | relevance | path

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

/aosp12/build/soong/java/
H A Ddexpreopt_config.go116 dexLocations: c.modules.DevicePaths(ctx.Config(), target.Os),
175 dexLocations := updatableBootJars.DevicePaths(ctx.Config(), android.Android)
H A Dclasspath_fragment.go117 paths := configuredJars.DevicePaths(ctx.Config(), android.Android)
/aosp12/build/soong/android/
H A Dconfig.go1722 func (l *ConfiguredJarList) DevicePaths(cfg Config, ostype OsType) []string { func