Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/recovery/update_engine/
H A Drktools.h30 bool getLocalVersion(char *version, int maxLength);
H A Dupdate.c478 getLocalVersion(buffer, maxLength); in RK_ota_get_sw_version()
485 if (!getLocalVersion(source_version, sizeof(source_version))) { in RK_ota_check_version()
H A Drktools.c91 bool getLocalVersion(char *version, int maxLength) in getLocalVersion() function