Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/platforms/windows/libpandabase/
H A 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()
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
H A Dmem.cpp35 static int mem_errno(const DWORD err, const int deferr) in mem_errno() function
127 errno = mem_errno(GetLastError(), EPERM); in mmap()
137 errno = mem_errno(GetLastError(), EPERM); in mmap()
150 errno = mem_errno(GetLastError(), EPERM); in munmap()

Completed in 2 milliseconds