Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/include/
H A Dextractor.h83 std::unique_ptr<FileMapper> GetMmapData(const std::string &fileName);
/ohos5.0/foundation/ability/ability_base/interfaces/kits/native/extractortool/src/
H A Dextractor.cpp174 std::unique_ptr<FileMapper> Extractor::GetMmapData(const std::string &fileName) in GetMmapData() function in OHOS::AbilityBase::Extractor
/ohos5.0/base/web/webview/ohos_adapter/ohos_resource_adapter/src/
H A Dohos_resource_adapter_impl.cpp509 fileMap = manager->GetMmapData(rawFile); in GetRawFileMapper()