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

/external/qemu/android/utils/
H A Dmisc.c299 char val_str[64]; // Should be enough for all numeric values. local
300 if (!get_token_value(params, name, val_str, sizeof(val_str))) {
302 *value = strtoi(val_str, (char**)NULL, 10);
305 __FUNCTION__, val_str, name, params);

Completed in 69 milliseconds