Home
last modified time | relevance | path

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

/external/cronet/base/i18n/
Dicu_mergeable_data_file.cc81 auto ash_mapped_file = std::make_unique<AshMemoryMappedFile>(); in MmapAshFile() local
82 bool map_successful = ash_mapped_file->Initialize(std::move(ash_file)); in MmapAshFile()
88 return ash_mapped_file; in MmapAshFile()