Home
last modified time | relevance | path

Searched defs:read_volatile (Results 1 – 4 of 4) sorted by relevance

/external/crosvm/base/src/sys/windows/
Dfile_traits.rs18 fn read_volatile(&mut self, slice: VolatileSlice) -> Result<usize> { in read_volatile() method
/external/crosvm/rutabaga_gfx/src/cross_domain/sys/
Dstub.rs67 pub fn read_volatile(_file: &File, _opaque_data: VolatileSlice) -> RutabagaResult<usize> { in read_volatile() function
Dunix.rs278 pub fn read_volatile(file: &File, opaque_data: VolatileSlice) -> RutabagaResult<usize> { in read_volatile() function
/external/crosvm/base/src/
Dfile_traits.rs69 fn read_volatile(&mut self, slice: VolatileSlice) -> Result<usize>; in read_volatile() method
131 fn read_volatile(&mut self, slice: VolatileSlice) -> Result<usize> { in read_volatile() method