- public bool is_mount_path_system_internal (string mount_path)
Determines if mount_path
is considered an implementation
of the OS.
- public bool is_system_device_path (string device_path)
Determines if device_path
is considered a block device
path which is only used in implementation of the OS.
- public bool is_system_fs_type (string fs_type)
Determines if fs_type
is considered a type of file system
which is only used in implementation of the OS.
- public bool mount_points_changed_since (uint64 time)
Checks if the unix mount points have changed since a given unix time.
- public bool mounts_changed_since (uint64 time)
Checks if the unix mounts have changed since a given unix time.