Home
last modified time | relevance | path

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

/build/make/tools/aconfig/aconfig_storage_file/src/
Dlib.rs258 let num_bytes = read_u32_from_bytes(buf, head)? as usize; in read_str_from_bytes() localVariable
259 let val = String::from_utf8(buf[*head..*head + num_bytes].to_vec()) in read_str_from_bytes()
261 *head += num_bytes; in read_str_from_bytes()