Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/path/filepath/
Dmatch_test.go213 type globTest struct { struct
214 pattern string
215 matches []string
218 func (test *globTest) buildWant(root string) []string {
227 func (test *globTest) globAbs(root, rootPattern string) error {
241 func (test *globTest) globRel(root string) error {