Home
last modified time | relevance | path

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

/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_file/src/
H A Dpackage_table.rs286 use crate::{read_u32_from_start_of_bytes, DEFAULT_FILE_VERSION, MAX_SUPPORTED_FILE_VERSION};
342 let unpacked_version = read_u32_from_start_of_bytes(bytes).unwrap(); in test_version_number()
H A Dlib.rs253 pub fn read_u32_from_start_of_bytes(buf: &[u8]) -> Result<u32, AconfigStorageError> { in read_u32_from_start_of_bytes() function