Searched defs:map_file (Results 1 – 2 of 2) sorted by relevance
31 pub(crate) unsafe fn map_file(file_path: &str) -> Result<MmapMut, AconfigStorageError> { in map_file() function
31 pub unsafe fn map_file(file_path: &str) -> Result<Mmap, AconfigStorageError> { in map_file() function