Searched refs:PathContext (Results 1 – 3 of 3) sorted by relevance
32 type PathContext interface { interface37 var _ PathContext = blueprint.SingletonContext(nil)38 var _ PathContext = blueprint.ModuleContext(nil)58 func pathConfig(ctx PathContext) Config { argument68 func reportPathError(ctx PathContext, format string, args ...interface{}) { argument175 func PathsForSource(ctx PathContext, paths []string) Paths { argument201 func PathsForOptionalSource(ctx PathContext, intermediates string, paths []string) Paths { argument296 func safePathForSource(ctx PathContext, path string) SourcePath { argument322 func PathForSource(ctx PathContext, paths ...string) SourcePath { argument354 func OptionalPathForSource(ctx PathContext, intermediates string, paths ...string) OptionalPath { argument[all …]
295 func (c *config) DefaultAppCertificateDir(ctx PathContext) SourcePath {299 func (c *config) DefaultAppCertificate(ctx PathContext) SourcePath {
45 var _ PathContext = &configErrorWrapper{}