Searched refs:followLinks (Results 1 – 1 of 1) sorted by relevance
/build/soong/finder/fs/ |
D | fs.go | 233 return m.followLinks(path, followLastLink, 10) 237 func (m *MockFs) followLinks(path string, followLastLink bool, count int) (canonicalPath string, er… func 248 parentPath, err = m.followLinks(parentPath, true, count) 285 return m.followLinks(target, followLastLink, count-1)
|