Searched defs:mockDir (Results 1 – 1 of 1) sorted by relevance
224 type mockDir struct { struct225 mockInode227 subdirs map[string]*mockDir228 files map[string]*mockFile229 symlinks map[string]*mockLink299 func (m *MockFs) getFile(parentDir *mockDir, fileName string) (file *mockFile, err error) {328 func (m *MockFs) getInode(parentDir *mockDir, name string) (inode *mockInode, err error) {413 func (m *MockFs) dirToFileInfo(d *mockDir, path string) (info *mockFileInfo) {