Searched refs:DevicePaths (Results 1 – 3 of 3) sorted by relevance
116 dexLocations: c.modules.DevicePaths(ctx.Config(), target.Os),175 dexLocations := updatableBootJars.DevicePaths(ctx.Config(), android.Android)
117 paths := configuredJars.DevicePaths(ctx.Config(), android.Android)
1722 func (l *ConfiguredJarList) DevicePaths(cfg Config, ostype OsType) []string { func