Home
last modified time | relevance | path

Searched refs:PathContext (Results 1 – 3 of 3) sorted by relevance

/build/soong/common/
Dpaths.go32 type PathContext interface { interface
37 var _ PathContext = blueprint.SingletonContext(nil)
38 var _ PathContext = blueprint.ModuleContext(nil)
58 func pathConfig(ctx PathContext) Config { argument
68 func reportPathError(ctx PathContext, format string, args ...interface{}) { argument
175 func PathsForSource(ctx PathContext, paths []string) Paths { argument
201 func PathsForOptionalSource(ctx PathContext, intermediates string, paths []string) Paths { argument
296 func safePathForSource(ctx PathContext, path string) SourcePath { argument
322 func PathForSource(ctx PathContext, paths ...string) SourcePath { argument
354 func OptionalPathForSource(ctx PathContext, intermediates string, paths ...string) OptionalPath { argument
[all …]
Dconfig.go295 func (c *config) DefaultAppCertificateDir(ctx PathContext) SourcePath {
299 func (c *config) DefaultAppCertificate(ctx PathContext) SourcePath {
Dpackage_ctx.go45 var _ PathContext = &configErrorWrapper{}