Home
last modified time | relevance | path

Searched defs:fileMap (Results 1 - 6 of 6) sorted by relevance

/base/update/sys_installer/services/module_update/src/
H A Dmodule_file_repository.cpp42 auto& fileMap = moduleFileMap_[hmpName]; in InitRepository() local
129 std::unordered_map<std::string, ModuleFile> fileMap = mapIter->second; in GetModuleFile() local
165 std::unordered_map<std::string, ModuleFile> &fileMap = mapIter->second; in Clear() local
85 ProcessFile(const string &hmpName, const string &path, const string &file, std::unordered_map<std::string, ModuleFile> &fileMap, const Timer &timer) const ProcessFile() argument
[all...]
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot.cpp190 MemMap fileMap = FileMap(realPath.c_str(), FILE_RDONLY, PAGE_PROT_READWRITE); in Deserialize() local
206 MemMap fileMap in Deserialize() local
130 DeserializeInternal(SnapshotType type, const CString &snapshotFile, SnapshotProcessor &processor, MemMap &fileMap) DeserializeInternal() argument
[all...]
/base/web/webview/test/unittest/ohos_adapter/ohos_resource_adapter_test/
H A Dohos_resource_adapter_test.cpp183 std::unique_ptr<OHOS::AbilityBase::FileMapper> fileMap = std::make_unique<OHOS::AbilityBase::FileMapper>(); in HWTEST_F() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
H A Demit.h369 MapleMap<uint32_t, std::string> fileMap; member in maplebe::Emitter
/arkcompiler/ets_runtime/ecmascript/ohos/
H A Daot_runtime_info.h215 ecmascript::MemMap fileMap = ecmascript::FileMap(realPath, FILE_RDONLY, PAGE_PROT_READ); in GetRuntimeBuildId() local
391 void ParseELFSectionsForBuildId(ecmascript::MemMap &fileMap, char *buildId, int length) const in ParseELFSectionsForBuildId() argument
/base/web/webview/ohos_adapter/ohos_resource_adapter/src/
H A Dohos_resource_adapter_impl.cpp243 OhosFileMapperImpl::OhosFileMapperImpl(std::unique_ptr<OHOS::AbilityBase::FileMapper> fileMap, in OhosFileMapperImpl() argument
506 std::unique_ptr<OHOS::AbilityBase::FileMapper> fileMap; in GetRawFileMapper() local

Completed in 5 milliseconds