Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NormalizeWindowsPath (0.34 sec)

  1. pkg/volume/util/subpath/subpath_windows.go

    // If the path after evaluation is a device path or network connection, the original path is returned
    func evalSymlink(path string) (string, error) {
    	path = mount.NormalizeWindowsPath(path)
    	if isDeviceOrUncPath(path) || isDriveLetterorEmptyPath(path) {
    		klog.V(4).Infof("Path '%s' is not a symlink, return its original form.", path)
    		return path, nil
    	}
    	upperpath := path
    	base := ""
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Aug 23 12:57:11 UTC 2023
    - 12.5K bytes
    - Viewed (0)
Back to top