Home
last modified time | relevance | path

Searched defs:support_setfs (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub/examples/armv4t/gdb/
Dhost_io.rs56 fn support_setfs(&mut self) -> Option<target::ext::host_io::HostIoSetfsOps<'_, Self>> { in support_setfs() method
/aosp_15_r20/external/rust/android-crates-io/crates/gdbstub/src/target/ext/
Dhost_io.rs267 fn support_setfs(&mut self) -> Option<HostIoSetfsOps<'_, Self>> { in support_setfs() method