Home
last modified time | relevance | path

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

/dports/net/bosh-cli/bosh-cli-5.5.0/vendor/github.com/cloudfoundry/bosh-utils/system/fakes/
H A Dfake_file_system.go695 targetPath, err := fs.readAndFollowLink(symlinkPath)
710 func (fs *FakeFileSystem) readAndFollowLink(symlinkPath string) (string, error) { func
737 dirPath, err := fs.readAndFollowLink(filepath.Dir(symlinkPath))
746 return fs.readAndFollowLink(stat.SymlinkTarget)
749 dirPath, err := fs.readAndFollowLink(filepath.Dir(symlinkPath))
754 return fs.readAndFollowLink(gopath.Join(dirPath, stat.SymlinkTarget))