Home
last modified time | relevance | path

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

/build/soong/common/
Dpaths.go32 type PathContext interface { interface
58 func pathConfig(ctx PathContext) Config {
68 func reportPathError(ctx PathContext, format string, args ...interface{}) {
175 func PathsForSource(ctx PathContext, paths []string) Paths {
201 func PathsForOptionalSource(ctx PathContext, intermediates string, paths []string) Paths {
296 func safePathForSource(ctx PathContext, path string) SourcePath {
322 func PathForSource(ctx PathContext, paths ...string) SourcePath {
354 func OptionalPathForSource(ctx PathContext, intermediates string, paths ...string) OptionalPath {
470 func PathForOutput(ctx PathContext, paths ...string) OutputPath {
494 func PathForIntermediates(ctx PathContext, paths ...string) OutputPath {
[all …]