Home
last modified time | relevance | path

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

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