Home
last modified time | relevance | path

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

/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_write_api/
H A Daconfig_storage_write_api.cpp17 android::base::Result<MutableMappedStorageFile *> map_mutable_storage_file( in map_mutable_storage_file() function
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_write_api/src/
H A Dlib.rs42 pub unsafe fn map_mutable_storage_file(file_path: &str) -> Result<MmapMut, AconfigStorageError> { in map_mutable_storage_file() function