Home
last modified time | relevance | path

Searched refs:buffer_translate_char (Results 1 – 4 of 4) sorted by relevance

/external/qemu/android/
Dcmdline-option.c117 buffer_translate_char( arg2_tab, sizeof(arg2_tab), in android_parse_options()
269 buffer_translate_char(temp, sizeof temp, x, '-', '_'); in parse_debug_tags()
Dhelp.c1428 buffer_translate_char( temp, sizeof temp, option, '-', '_' ); in android_help_for_option()
1478 buffer_translate_char(temp, sizeof temp, oo->name, '_', '-'); in android_help_list_options()
/external/qemu/android/utils/
Dmisc.h31 extern void buffer_translate_char( char* buff,
Dmisc.c57 buffer_translate_char( char* buff, in buffer_translate_char() function