Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // The path of the proc filesystem. ProcPath = kingpin.Flag("path.procfs", "procfs mountpoint.").Default(procfs.DefaultMountPoint).String() SysPath = kingpin.Flag("path.sysfs", "sysfs mountpoint.").Default("/sys").String() RootfsPath = kingpin.Flag("path.rootfs", "rootfs mountpoint.").Default("/").String() UdevDataPath = kingpin.Flag("path.udev.data", "udev data path.").Default("/run/udev/data").String() )
Functions ¶
func ProcFilePath ¶
func RootfsFilePath ¶
func RootfsStripPrefix ¶
func SysFilePath ¶
func UdevDataFilePath ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.