Home
last modified time | relevance | path

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

/bootable/recovery/
Dinstall.cpp154 char* seconds_s = strtok(NULL, " \n"); in try_update_binary() local
157 int seconds = strtol(seconds_s, NULL, 10); in try_update_binary()