Home
last modified time | relevance | path

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

/ohos5.0/base/update/sys_installer/services/module_update/src/
H A Dmodule_file_repository.cpp141 std::unique_ptr<ModuleFile> preInstalledModule = GetModuleFile(MODULE_PREINSTALL_DIR, in IsPreInstalledModule() local
143 if (preInstalledModule == nullptr) { in IsPreInstalledModule()
146 return preInstalledModule->GetPath() == moduleFile.GetPath(); in IsPreInstalledModule()
151 std::unique_ptr<ModuleFile> preInstalledModule = GetModuleFile(MODULE_PREINSTALL_DIR, in CheckFilePath() local
153 if (preInstalledModule == nullptr) { in CheckFilePath()
156 string prePath = preInstalledModule->GetPath(); in CheckFilePath()