Home | History | Annotate | Download | only in adb

Lines Matching full:strtol_res

1003    char* strtol_res;
1008 cpu_num = strtol(cpunum_str, &strtol_res, 0);
1009 if (*strtol_res != '\0')