Home
last modified time | relevance | path

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

/external/qemu/android/utils/
Dmisc.c299 char val_str[64]; // Should be enough for all numeric values. in get_token_value_int() local
300 if (!get_token_value(params, name, val_str, sizeof(val_str))) { in get_token_value_int()
302 *value = strtoi(val_str, (char**)NULL, 10); in get_token_value_int()
305 __FUNCTION__, val_str, name, params); in get_token_value_int()
/external/chromium_org/tools/symsrc/
Dpefile.py797 val_str = '0x%-8X' % (val)
800 val_str += ' [%s UTC]' % time.asctime(time.gmtime(val))
802 val_str += ' [INVALID TIME]'
804 val_str = ''.join(filter(lambda c:c != '\0', str(val)))
806 dump.append('%-30s %s' % (key+':', val_str))