Searched refs:bootDexJar (Results 1 – 2 of 2) sorted by relevance
1022 bootDexJar := retrieveBootDexJarFromHiddenAPIModule(ctx, hiddenAPIModule)1023 bootDexJars.addPath(module, bootDexJar)1068 bootDexJar := retrieveBootDexJarFromHiddenAPIModule(ctx, hiddenAPIModule)1070 path: bootDexJar,1084 bootDexJar := module.bootDexJar()1085 if bootDexJar == nil {1087 bootDexJar = fake1091 return bootDexJar1215 bootDexJar := module.(interface{ DexJarBuildPath() android.Path }).DexJarBuildPath()1216 if bootDexJar == nil {[all …]
52 func (h *hiddenAPI) bootDexJar() android.Path { func71 bootDexJar() android.Path methodSpec