Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dmem.cpp33 static int mem_errno(const DWORD err, const int deferr) in mem_errno() function
124 errno = mem_errno(GetLastError(), EPERM); in mmap()
134 errno = mem_errno(GetLastError(), EPERM); in mmap()
147 errno = mem_errno(GetLastError(), EPERM); in munmap()