Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/base/
H A Daudit.cpp84 std::string activeFile = GetLogFilePath(true); in GetAuditLogInner() local
85 ReadLogFromFile(activeFile, ret); in GetAuditLogInner()
/ohos5.0/base/update/sys_installer/services/module_update/service/src/
H A Dmodule_update_main.cpp307 std::unique_ptr<ModuleFile> activeFile = ModuleFile::Open(activePath); in ValidateVersion() local
308 if (activeFile == nullptr) { in ValidateVersion()
312 if (!ModuleFile::CompareVersion(installFile, *activeFile)) { in ValidateVersion()