Home
last modified time | relevance | path

Searched refs:write_from_memory (Results 1 – 5 of 5) sorted by relevance

/external/crosvm/base/src/
Dmmap.rs56 pub fn write_from_memory( in write_from_memory() method
62 self.mapping.write_from_memory(mem_offset, dst, count) in write_from_memory()
/external/crosvm/base/src/windows/win/
Dmmap.rs264 pub fn write_from_memory<F: io::Write>( in write_from_memory() method
/external/crosvm/vm_memory/src/
Dguest_memory.rs695 pub fn write_from_memory( in write_from_memory() method
703 .write_from_memory(offset, dst, count) in write_from_memory()
/external/crosvm/common/sys_util/src/
Dmmap.rs643 pub fn write_from_memory( in write_from_memory() method
/external/crosvm/base/src/unix/
Dmmap.rs647 pub fn write_from_memory( in write_from_memory() method