Searched refs:mockDir (Results 1 – 1 of 1) sorted by relevance
183 root mockDir224 type mockDir struct { struct227 subdirs map[string]*mockDir argument299 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) {736 func (m *MockFs) newDir() *mockDir {737 newDir := &mockDir{738 subdirs: make(map[string]*mockDir, 0),764 func (m *MockFs) getDir(path string, createIfMissing bool) (dir *mockDir, err error) {