Home
last modified time | relevance | path

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

/aosp12/build/soong/finder/fs/
H A Dfs.go224 type mockDir struct { struct
225 mockInode
227 subdirs map[string]*mockDir
228 files map[string]*mockFile
229 symlinks map[string]*mockLink
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) {