Home
last modified time | relevance | path

Searched refs:mockDir (Results 1 – 1 of 1) sorted by relevance

/build/soong/finder/fs/
Dfs.go183 root mockDir
224 type mockDir struct { struct
227 subdirs map[string]*mockDir argument
299 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) {