Home
last modified time | relevance | path

Searched defs:map_exec (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/memmap2/src/
Dstub.rs23 pub fn map_exec(_: usize, _: &File, _: u64, _: bool) -> io::Result<MmapInner> { in map_exec() method
Dunix.rs216 pub fn map_exec(len: usize, file: RawFd, offset: u64, populate: bool) -> io::Result<MmapInner> { in map_exec() method
Dwindows.rs257 pub fn map_exec( in map_exec() method
Dlib.rs353 pub unsafe fn map_exec<T: MmapAsRawDesc>(&self, file: T) -> Result<Mmap> { in map_exec() method