函数

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

GUnixMountEntry

数据由函数调用者拥有。

返回值

类型: const char*

包含根目录的字符串,或如果不受支持则为 NULL

数据由被调用函数拥有。
返回值可以为 NULL
值是空终止的UTF-8字符串。