Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/fsys/
Dfsys.go446 func IsDirWithGoFiles(dir string) (bool, error) { func
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modindex/
Dread.go685 func (rp *IndexPackage) IsDirWithGoFiles() (_ bool, err error) { func