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