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