Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/java/
H A Dhiddenapi_modular.go1290 bootDexJar := retrieveBootDexJarFromHiddenAPIModule(ctx, hiddenAPIModule)
1291 bootDexJars.addPath(module, bootDexJar)
1339 bootDexJar := retrieveBootDexJarFromHiddenAPIModule(ctx, hiddenAPIModule)
1341 path: bootDexJar,
1356 bootDexJar := module.bootDexJar(ctx)
1357 if !bootDexJar.Valid() {
1359 handleMissingDexBootFile(ctx, module, fake, bootDexJar.InvalidReason())
1362 return bootDexJar.Path()
1471 bootDexJar := module.(interface {
1474 if !bootDexJar.Valid() {
[all …]
H A Dhiddenapi.go60 func (h *hiddenAPI) bootDexJar(ctx android.ModuleErrorfContext) OptionalDexJarPath { func
84 bootDexJar(ctx android.ModuleErrorfContext) OptionalDexJarPath methodSpec