Home
last modified time | relevance | path

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

/ohos5.0/base/update/sys_installer_lite/frameworks/source/updater/
H A Dhota_updater.c166 char currentVerCopy[PKG_VERSION_LENGTH] = {0}; in IsLatestVersion() local
173 ret += strcpy_s(currentVerCopy, PKG_VERSION_LENGTH, currentVersion); in IsLatestVersion()
179 currentVerSplit = strtok_s(currentVerCopy, split, &currentVerTemp); in IsLatestVersion()