Home
last modified time | relevance | path

Searched refs:dotFileHidingFileSystem (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/net/http/
Dexample_filesystem_test.go48 type dotFileHidingFileSystem struct { struct
55 func (fsys dotFileHidingFileSystem) Open(name string) (http.File, error) { argument
68 fsys := dotFileHidingFileSystem{http.Dir(".")}