Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewHostUtil (0.35 sec)

  1. pkg/volume/util/hostutil/hostutil_linux.go

    	procMountInfoPath = "/proc/self/mountinfo"
    )
    
    // HostUtil implements HostUtils for Linux platforms.
    type HostUtil struct {
    }
    
    // NewHostUtil returns a struct that implements the HostUtils interface on
    // linux platforms
    func NewHostUtil() *HostUtil {
    	return &HostUtil{}
    }
    
    // DeviceOpened checks if block device in use by calling Open with O_EXCL flag.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Nov 23 08:36:44 UTC 2023
    - 10K bytes
    - Viewed (0)
Back to top