Searched refs:manifestFile (Results 1 – 2 of 2) sorted by relevance
110 func resolveProjectMap(ctx context.Context, rtx *Context, manifestFile string, getFiles bool, upstr…112 manifest, err := rtx.Repo.Manifest(manifestFile)
496 private val manifestFile by constant513 val manifest by lazy { manifestFile?.let { Manifest(it, reporter) } ?: emptyManifest } in <lambda>()