rustix
1.0.8
In rustix::
backend::
fs::
syscalls
rustix
::
backend
::
fs
::
syscalls
Function
getxattr
Copy item path
Source
pub(crate) unsafe fn getxattr( path: &
CStr
, name: &
CStr
, value: (
*mut
u8
,
usize
), ) ->
Result
<
usize
>