Home
last modified time | relevance | path

Searched defs:buf_cursor (Results 1 – 6 of 6) sorted by relevance

/external/crosvm/base/src/unix/linux/
Dsyslog.rs80 let mut buf_cursor = Cursor::new(&mut buf[..]); in log() localVariable
/external/crosvm/common/sys_util/src/linux/
Dsyslog.rs80 let mut buf_cursor = Cursor::new(&mut buf[..]); in log() localVariable
/external/crosvm/base/src/windows/
Dsyslog.rs480 let mut buf_cursor = Cursor::new(&mut buf[..]); in log() localVariable
497 let mut buf_cursor = Cursor::new(&mut buf[..]); in log() localVariable
/external/crosvm/common/sys_util/src/
Dsyslog.rs351 let mut buf_cursor = Cursor::new(&mut buf[..]); in log() localVariable
/external/crosvm/base/src/unix/
Dsyslog.rs351 let mut buf_cursor = Cursor::new(&mut buf[..]); in log() localVariable
/external/freetype/src/sfnt/
Dsfwoff2.c1506 FT_Byte* buf_cursor = NULL; in reconstruct_font() local