Home
last modified time | relevance | path

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

/build/soong/finder/fs/
Dfs.go213 type mockLink struct { struct
224 symlinks map[string]*mockLink
290 func (m *MockFs) followLink(link *mockLink, parentPath string) (result string) {
433 func (m *MockFs) linkToFileInfo(l *mockLink, path string) (info *mockFileInfo) {
725 symlinks: make(map[string]*mockLink, 0),
733 func (m *MockFs) newLink(target string) *mockLink {
734 newLink := &mockLink{