[][src]Function uapi::read_link_to_ustring

pub fn read_link_to_ustring<'a>(
    fd: c_int,
    path: impl IntoUstr<'a>,
    buf: &mut Ustring
) -> Result<usize>

Uses readlinkat(2) on (fd, path) and appends the result to buf