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)