Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dwindows_mem.h31 void *mmap([[maybe_unused]] void *addr, size_t len, uint32_t prot, int flags, int fildes, off_t off…
Dmem.cpp100 void *mmap([[maybe_unused]] void *addr, size_t len, uint32_t prot, int flags, int fildes, off_t off) in mmap() argument
111 ? reinterpret_cast<HANDLE>(_get_osfhandle(fildes)) in mmap()