Home
last modified time | relevance | path

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

/build/soong/dexpreopt/
Dconfig.go158 func constructPath(ctx android.PathContext, path string) android.Path { func
172 ret = append(ret, constructPath(ctx, path))
181 return constructPath(ctx, path).(android.WritablePath)
203 …config.GlobalConfig.DirtyImageObjects = android.OptionalPathForPath(constructPath(ctx, config.Dirt…
295 constructPath(ctx, path.Host),
310 config.ModuleConfig.BuildPath = constructPath(ctx, config.BuildPath).(android.OutputPath)
311 config.ModuleConfig.DexPath = constructPath(ctx, config.DexPath)
312 config.ModuleConfig.ManifestPath = constructPath(ctx, config.ManifestPath)
313 …config.ModuleConfig.ProfileClassListing = android.OptionalPathForPath(constructPath(ctx, config.Pr…
453 Profman: constructPath(ctx, jc.Profman),
[all …]