Home
last modified time | relevance | path

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

/build/soong/dexpreopt/
Dconfig.go161 func constructPath(ctx android.PathContext, path string) android.Path { func
175 ret = append(ret, constructPath(ctx, path))
184 return constructPath(ctx, path).(android.WritablePath)
299 config.ModuleConfig.BuildPath = constructPath(ctx, config.BuildPath).(android.OutputPath)
300 config.ModuleConfig.DexPath = constructPath(ctx, config.DexPath)
301 …config.ModuleConfig.ManifestPath = android.OptionalPathForPath(constructPath(ctx, config.ManifestP…
302 …config.ModuleConfig.ProfileClassListing = android.OptionalPathForPath(constructPath(ctx, config.Pr…
303 …config.ModuleConfig.EnforceUsesLibrariesStatusFile = constructPath(ctx, config.EnforceUsesLibrarie…
522 Profman: constructPath(ctx, jc.Profman),
523 Dex2oat: constructPath(ctx, jc.Dex2oat),
[all …]
Dclass_loader_context.go529 Host: constructPath(ctx, clc.Host),