Home
last modified time | relevance | path

Searched refs:pkgVersionLength (Results 1 - 2 of 2) sorted by relevance

/device/soc/rockchip/rk2206/adapter/hals/update/
H A Dhal_hota_board.c102 int HotaHalCheckVersionValid(const char *currentVersion, const char *pkgVersion, unsigned int pkgVersionLength) in HotaHalCheckVersionValid() argument
/device/soc/hisilicon/hi3861v100/hi3861_adapter/hals/update/
H A Dhal_hota_board.c207 int HotaHalCheckVersionValid(const char *currentVersion, const char *pkgVersion, unsigned int pkgVersionLength) in HotaHalCheckVersionValid() argument
209 return (strncmp(currentVersion, pkgVersion, pkgVersionLength) == 0) ? 1 : 0; in HotaHalCheckVersionValid()

Completed in 2 milliseconds