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