Home
last modified time | relevance | path

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

/prebuilts/go/linux-x86/src/io/fs/
Dwalk.go117 func WalkDir(fsys FS, root string, fn WalkDirFunc) error { func
/prebuilts/go/linux-x86/src/path/filepath/
Dpath.go395 func WalkDir(root string, fn fs.WalkDirFunc) error { func