Searched refs:constructPath (Results 1 – 2 of 2) sorted by relevance
/build/soong/dexpreopt/ |
D | config.go | 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), [all …]
|
D | class_loader_context.go | 618 Host: constructPath(ctx, clc.Host),
|