func internal/filepathlite.VolumeNameLen
7 uses
internal/filepathlite (current package)
path.go#L272: func VolumeNameLen(path string) int {
path/filepath
match.go#L311: vollen := filepathlite.VolumeNameLen(path)
path.go#L196: } else if base == "" && filepathlite.VolumeNameLen(baseVol) > 2 /* isUNC */ {
symlink.go#L17: volLen := filepathlite.VolumeNameLen(path)
symlink.go#L38: isWindowsDot := runtime.GOOS == "windows" && path[filepathlite.VolumeNameLen(path):] == "."
symlink.go#L77: if len(dest) > filepathlite.VolumeNameLen(dest) && !os.IsPathSeparator(dest[len(dest)-1]) {
symlink.go#L117: v := filepathlite.VolumeNameLen(link)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |