Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dmem.cpp128 const auto prot_file = mem_protection_flags_for_file(prot, flags); in mmap() local
131 void *map = MapViewOfFile(fm, prot_file, file_off_high, file_off_low, len); in mmap()