Searched refs:mappedFile (Results 1 – 2 of 2) sorted by relevance
60 MappedByteBuffer mappedFile = createMappedByteBuffer(tzData); in execute() local66 writeVersionFile(mappedFile, outputDir); in execute()69 int index_offset = mappedFile.getInt(); in execute()71 int data_offset = mappedFile.getInt(); in execute()73 int final_offset = mappedFile.getInt(); in execute()85 extractZicFiles(mappedFile, index_offset, data_offset, zicFilesDir); in execute()96 MappedByteBuffer mappedFile; in createMappedByteBuffer() local99 mappedFile = fileChannel.map(FileChannel.MapMode.READ_ONLY, 0, file.length()); in createMappedByteBuffer()101 mappedFile.load(); in createMappedByteBuffer()102 return mappedFile; in createMappedByteBuffer()[all …]
139 const auto& mappedFile = handle->mapped_zip; in TEST()141 ASSERT_EQ(nullptr, mappedFile.GetBasePtr()); in TEST()143 ASSERT_NE(nullptr, mappedFile.GetBasePtr()); in TEST()