Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/system_api/src/bindings/client/
H A Dorg_chromium_spaced.rs19 …fn set_project_inheritance_flag(&self, fd: arg::OwnedFd, enable: bool) -> Result<Vec<u8>, dbus::Er… in set_project_inheritance_flag() method
103 …fn set_project_inheritance_flag(&self, fd: arg::OwnedFd, enable: bool) -> Result<Vec<u8>, dbus::Er… in set_project_inheritance_flag() method
/aosp_15_r20/external/crosvm/devices/src/virtio/fs/
H A Dpassthrough.rs1535 match proxy.set_project_inheritance_flag(file_clone.into(), enable) { in set_flags()