Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IsDeviceBindMountExist (0.23 sec)

  1. pkg/volume/util/volumepathhandler/volume_path_handler.go

    	RemoveMapPath(mapPath string) error
    	// IsSymlinkExist returns true if specified symbolic link exists
    	IsSymlinkExist(mapPath string) (bool, error)
    	// IsDeviceBindMountExist returns true if specified bind mount exists
    	IsDeviceBindMountExist(mapPath string) (bool, error)
    	// GetDeviceBindMountRefs searches bind mounts under global map path
    	GetDeviceBindMountRefs(devPath string, mapPath string) ([]string, error)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 20 14:49:03 UTC 2023
    - 10.7K bytes
    - Viewed (0)
Back to top