Searched refs:bootDexJar (Results 1 – 2 of 2) sorted by relevance
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() {[all …]
60 func (h *hiddenAPI) bootDexJar(ctx android.ModuleErrorfContext) OptionalDexJarPath { func84 bootDexJar(ctx android.ModuleErrorfContext) OptionalDexJarPath methodSpec