Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/android/
H A Dpaths.go40 type PathGlobContext interface { interface
494 func ExistentPathsForSources(ctx PathGlobContext, paths []string) Paths {
1311 func existsWithDependencies(ctx PathGlobContext, path SourcePath) (exists bool, err error) {
1385 func ExistentPathForSource(ctx PathGlobContext, pathComponents ...string) OptionalPath {