HomeSort by relevance Sort by last modified time
    Searched full:strtol_res (Results 1 - 1 of 1) sorted by null

  /system/core/adb/
adb.c 1003 char* strtol_res; local
1008 cpu_num = strtol(cpunum_str, &strtol_res, 0);
1009 if (*strtol_res != '\0')
    [all...]

Completed in 542 milliseconds