Searched refs:mockLink (Results 1 – 1 of 1) sorted by relevance
213 type mockLink struct { struct224 symlinks map[string]*mockLink290 func (m *MockFs) followLink(link *mockLink, parentPath string) (result string) {433 func (m *MockFs) linkToFileInfo(l *mockLink, path string) (info *mockFileInfo) {725 symlinks: make(map[string]*mockLink, 0),733 func (m *MockFs) newLink(target string) *mockLink {734 newLink := &mockLink{