Home
last modified time | relevance | path

Searched refs:GetxattrIn (Results 1 – 2 of 2) sorted by relevance

/external/crosvm/fuse/src/
Dserver.rs769 let GetxattrIn { size, .. } = in getxattr() localVariable
770 GetxattrIn::from_reader(&mut r).map_err(Error::DecodeMessage)?; in getxattr()
774 .and_then(|l| l.checked_sub(size_of::<GetxattrIn>())) in getxattr()
813 let GetxattrIn { size, .. } = in listxattr() localVariable
814 GetxattrIn::from_reader(&mut r).map_err(Error::DecodeMessage)?; in listxattr()
Dsys.rs872 pub struct GetxattrIn { struct
876 unsafe impl DataInit for GetxattrIn {} argument