Searched refs:map_length (Results 1 – 2 of 2) sorted by relevance
54 off_t map_length = len + padding; in TargetMMap() local101 file_offset + map_length > file_length.QuadPart) { in TargetMMap()102 map_length = 0; in TargetMMap()126 void* view_address = MapViewOfFile(handle, view_access, offset_high, offset_low, map_length); in TargetMMap()
756 jint map_length,