函数
GioUnixMountEntryget_root_path
不稳定 自:2.84
声明 [源码]
const char*
g_unix_mount_entry_get_root_path (
GUnixMountEntry* mount_entry
)
描述 [源码]
获取文件系统中挂载点的根目录。这在例如由绑定操作创建的挂载或btrfs子卷中非常有用。
例如,根路径对于由 mount /dev/sda1 /mnt/foo
创建的挂载等于 /
,而对于 mount --bind /mnt/foo/bar /mnt/bar
则等于 /bar
。
自:2.84
参数
mount_entry
-
类型:
GUnixMountEntry
数据由函数调用者拥有。