Searched defs:dirEntryInfo (Results 1 – 2 of 2) sorted by relevance
79 type dirEntryInfo struct { struct80 name string81 mode os.FileMode82 modeExists bool
81 func parseDirent(buf []byte, entries []*dirEntryInfo) []*dirEntryInfo {