Lines Matching refs:dirFullInfo
417 type dirFullInfo struct { struct
559 func (m *pathMap) DumpAll() []dirFullInfo {
560 results := []dirFullInfo{}
565 func (m *pathMap) dumpInto(path string, results *[]dirFullInfo) {
567 dirFullInfo{
648 func (f *Finder) serializeCacheEntry(dirInfos []dirFullInfo) ([]byte, error) {
697 func (f *Finder) parseCacheEntry(bytes []byte) ([]dirFullInfo, error) {
709 nodes := make([]dirFullInfo, capacity)
715 nodes[count] = dirFullInfo{
1065 func (f *Finder) sortedDirEntries() []dirFullInfo {
1067 nodes := make([]dirFullInfo, 0)
1122 go func(index int, block []dirFullInfo) {