Searched defs:fileMap (Results 1 - 6 of 6) sorted by relevance
| /base/update/sys_installer/services/module_update/src/ |
| H A D | module_file_repository.cpp | 42 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 D | snapshot.cpp | 190 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 D | ohos_resource_adapter_test.cpp | 183 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 D | emit.h | 369 MapleMap<uint32_t, std::string> fileMap; member in maplebe::Emitter
|
| /arkcompiler/ets_runtime/ecmascript/ohos/ |
| H A D | aot_runtime_info.h | 215 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 D | ohos_resource_adapter_impl.cpp | 243 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