Searched refs:mockLink (Results 1 – 1 of 1) sorted by relevance
218 type mockLink struct { struct229 symlinks map[string]*mockLink295 func (m *MockFs) followLink(link *mockLink, parentPath string) (result string) { argument438 func (m *MockFs) linkToFileInfo(l *mockLink, path string) (info *mockFileInfo) { argument740 symlinks: make(map[string]*mockLink, 0),748 func (m *MockFs) newLink(target string) *mockLink {749 newLink := &mockLink{