Home
last modified time | relevance | path

Searched defs:read_file_to_bytes (Results 1 – 2 of 2) sorted by relevance

/build/make/tools/aconfig/aconfig_storage_write_api/src/
Dlib.rs108 fn read_file_to_bytes(file_path: &str) -> Result<Vec<u8>, AconfigStorageError> { in read_file_to_bytes() function
/build/make/tools/aconfig/aconfig_storage_file/src/
Dlib.rs266 pub fn read_file_to_bytes(file_path: &str) -> Result<Vec<u8>, AconfigStorageError> { in read_file_to_bytes() function