Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Dself_test.go102 func pkgFiles(path string) ([]*syntax.File, error) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/
Dself_test.go106 func pkgFiles(fset *token.FileSet, path string) ([]*ast.File, error) { func
/aosp_15_r20/build/blueprint/bootstrap/bpdoc/
H A Dreader.go36 pkgFiles map[string][]string // Map of package name to source files, provided by constructor member
H A Dreader_test.go109 var pkgFiles map[string][]string var