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

/external/qemu/android/
H A Dqemu-setup.c265 char* comma_location; local
267 int console_port = strtol( android_op_ports, &comma_location, 0 );
269 if ( comma_location == NULL || *comma_location != ',' ) {
274 int adb_port = strtol( comma_location+1, &end, 0 );

Completed in 51 milliseconds