Home
last modified time | relevance | path

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

/build/soong/android/
Dpaths.go40 type PathGlobContext interface { interface
446 func ExistentPathsForSources(ctx PathGlobContext, paths []string) Paths {
1150 func existsWithDependencies(ctx PathGlobContext, path SourcePath) (exists bool, err error) {
1222 func ExistentPathForSource(ctx PathGlobContext, pathComponents ...string) OptionalPath {