Home
last modified time | relevance | path

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

/ohos5.0/base/startup/hvb/libhvb/src/footer/
H A Dhvb_footer.c68 uint64_t read_bytes = 0; in _load_and_parse_footer() local
96 uint64_t read_bytes = 0; in _load_cert() local
/ohos5.0/base/startup/hvb/libhvb/src/cert/
H A Dhvb_cert.c109 uint64_t read_bytes = 0; in hash_image_init_desc() local
/ohos5.0/commonlibrary/rust/ylong_json/src/reader/
H A Dio_reader.rs69 fn read_bytes(&mut self) -> Result<bool> { in read_bytes() method