Lines Matching refs:constructPath
161 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),
524 Aapt: constructPath(ctx, jc.Aapt),
525 SoongZip: constructPath(ctx, jc.SoongZip),
526 Zip2zip: constructPath(ctx, jc.Zip2zip),
527 ManifestCheck: constructPath(ctx, jc.ManifestCheck),
528 ConstructContext: constructPath(ctx, jc.ConstructContext),