Lines Matching refs:intermediates
179 intermediates := filepath.Join(modCtx.ModuleDir(), modCtx.ModuleName(), modCtx.ModuleSubDir(), "missing")
181 p := OptionalPathForSource(ctx, intermediates, path)
201 func PathsForOptionalSource(ctx PathContext, intermediates string, paths []string) Paths {
204 p := OptionalPathForSource(ctx, intermediates, path)
354 func OptionalPathForSource(ctx PathContext, intermediates string, paths ...string) OptionalPath {
356 // For when someone forgets the 'intermediates' argument
386 files, err := Glob(gctx, PathForIntermediates(ctx, intermediates).String(), path.String(), nil)
493 // intermediates directory.
496 return PathForOutput(ctx, ".intermediates", path)
555 return ModuleOutPath{PathForOutput(ctx, ".intermediates", ctx.ModuleDir(), ctx.ModuleName(), ctx.ModuleSubDir(), p)}