Searched refs:set_project_inheritance_flag (Results 1 – 2 of 2) sorted by relevance
19 …fn set_project_inheritance_flag(&self, fd: arg::OwnedFd, enable: bool) -> Result<Vec<u8>, dbus::Er… in set_project_inheritance_flag() method103 …fn set_project_inheritance_flag(&self, fd: arg::OwnedFd, enable: bool) -> Result<Vec<u8>, dbus::Er… in set_project_inheritance_flag() method
1535 match proxy.set_project_inheritance_flag(file_clone.into(), enable) { in set_flags()