Home
last modified time | relevance | path

Searched refs:from_bytes (Results 1 – 2 of 2) sorted by relevance

/trusty/user/base/lib/tipc/rust/src/
Dservice.rs253 pub fn from_bytes(bytes: &[u8; Self::UUID_BYTE_LEN]) -> Self { in from_bytes() method
262 Ok(Self::from_bytes(bytes)) in try_from_bytes()
/trusty/vendor/google/aosp/scripts/
Dbuild.py444 rtime = int.from_bytes(f.read(n), byteorder="little")