Home
last modified time | relevance | path

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

/bootable/recovery/
Dinstall.cpp140 char* fraction_s = strtok(NULL, " \n"); in try_update_binary() local
143 float fraction = strtof(fraction_s, NULL); in try_update_binary()
148 char* fraction_s = strtok(NULL, " \n"); in try_update_binary() local
149 float fraction = strtof(fraction_s, NULL); in try_update_binary()