Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/recovery/update_engine/
H A Dmain.c98 if (!RK_ota_set_partition(0x040000)) { in MiscUpdate()
133 if (!RK_ota_set_partition(partition)) { in MiscUpdate()
260 if ( !RK_ota_set_partition(res) ) { in main()
H A Dupdate.h44 bool RK_ota_set_partition(int partition);
H A Dupdate.c85 bool RK_ota_set_partition(int partition) in RK_ota_set_partition() function
326 if (!RK_ota_set_partition(-1)) { in RK_ota_start()