Home
last modified time | relevance | path

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

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