Home
last modified time | relevance | path

Searched defs:bytes (Results 1 – 3 of 3) sorted by relevance

/DragonOS/kernel/crates/intertrait/src/
H A Dhasher.rs18 let mut bytes = bytes; in write() localVariable
/DragonOS/kernel/src/process/
H A Dexec.rs285 let bytes = s.as_bytes_with_nul(); in push_str() localVariable
/DragonOS/kernel/src/mm/allocator/
H A Dpage_frame.rs186 pub fn bytes(&self) -> usize { in bytes() method