Home
last modified time | relevance | path

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

/build/soong/finder/fs/
Dfs.go218 type mockLink struct { struct
229 symlinks map[string]*mockLink
295 func (m *MockFs) followLink(link *mockLink, parentPath string) (result string) {
438 func (m *MockFs) linkToFileInfo(l *mockLink, path string) (info *mockFileInfo) {
740 symlinks: make(map[string]*mockLink, 0),
748 func (m *MockFs) newLink(target string) *mockLink {
749 newLink := &mockLink{