Lines Matching refs:constructPath
207 func constructPath(ctx android.PathContext, path string) android.Path { func
221 ret = append(ret, constructPath(ctx, path))
230 return constructPath(ctx, path).(android.WritablePath)
375 config.ModuleConfig.BuildPath = constructPath(ctx, config.BuildPath).(android.OutputPath)
376 config.ModuleConfig.DexPath = constructPath(ctx, config.DexPath)
377 …config.ModuleConfig.ManifestPath = android.OptionalPathForPath(constructPath(ctx, config.ManifestP…
378 …config.ModuleConfig.ProfileClassListing = android.OptionalPathForPath(constructPath(ctx, config.Pr…
379 …config.ModuleConfig.EnforceUsesLibrariesStatusFile = constructPath(ctx, config.EnforceUsesLibrarie…
610 Profman: constructPath(ctx, jc.Profman),
611 Dex2oat: constructPath(ctx, jc.Dex2oat),
612 Aapt: constructPath(ctx, jc.Aapt),
613 SoongZip: constructPath(ctx, jc.SoongZip),
614 Zip2zip: constructPath(ctx, jc.Zip2zip),
615 ManifestCheck: constructPath(ctx, jc.ManifestCheck),
616 ConstructContext: constructPath(ctx, jc.ConstructContext),