Searched refs:strtol_res (Results 1 - 1 of 1) sorted by relevance

/system/core/adb/
H A Dadb_main.cpp65 char* strtol_res; local
70 cpu_num = strtol(cpunum_str, &strtol_res, 0);
71 if (*strtol_res != '\0')

Completed in 37 milliseconds