Searched defs:dirent (Results 1 – 2 of 2) sorted by relevance
/build/kati/ |
D | pathutil.go | 41 type dirent struct { struct 42 id fileid 43 name string 44 lmode os.FileMode 45 mode os.FileMode 299 apply(evalWriter, string, dirent) (test bool, prune bool) argument 304 func (op findOpName) apply(w evalWriter, path string, ent dirent) (bool, bool) { 349 func (op findOpAnd) apply(w evalWriter, path string, ent dirent) (bool, bool) {
|
D | pathutil_test.go | 60 func (m *mockfs) dirent(name string, mode os.FileMode) dirent { func
|