Home
last modified time | relevance | path

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

/build/soong/finder/fs/
Dfs.go178 root mockDir
219 type mockDir struct { struct
222 subdirs map[string]*mockDir argument
294 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) {