Lines Matching refs:bootDexJar
1290 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() {
1476 handleMissingDexBootFile(ctx, module, fake, bootDexJar.InvalidReason())
1479 return bootDexJar.Path()