Searched refs:mockDir (Results 1 – 1 of 1) sorted by relevance
178 root mockDir219 type mockDir struct { struct222 subdirs map[string]*mockDir argument294 func (m *MockFs) getFile(parentDir *mockDir, fileName string) (file *mockFile, err error) {323 func (m *MockFs) getInode(parentDir *mockDir, name string) (inode *mockInode, err error) {408 func (m *MockFs) dirToFileInfo(d *mockDir, path string) (info *mockFileInfo) {721 func (m *MockFs) newDir() *mockDir {722 newDir := &mockDir{723 subdirs: make(map[string]*mockDir, 0),749 func (m *MockFs) getDir(path string, createIfMissing bool) (dir *mockDir, err error) {