Searched refs:fildes (Results 1 – 2 of 2) sorted by relevance
/arkcompiler/runtime_core/platforms/windows/libpandabase/ |
D | windows_mem.h | 31 void *mmap([[maybe_unused]] void *addr, size_t len, uint32_t prot, int flags, int fildes, off_t off…
|
D | mem.cpp | 100 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()
|