Home
last modified time | relevance | path

Searched refs:quote_str (Results 1 – 3 of 3) sorted by relevance

/external/oprofile/libop/
Dop_xml_out.c222 char const * quote_str = xml_quote(str, quote_buf); in init_xml_str_attr() local
223 const unsigned int max_len = strlen(attr_name) + strlen(quote_str) + 10; in init_xml_str_attr()
228 if (snprintf(tmp_buf, sizeof(tmp_buf), " %s=""%s""", attr_name, quote_str) < 0) { in init_xml_str_attr()
/external/qemu/android/utils/
Dmisc.h54 extern const char* quote_str( const char* str );
Dmisc.c146 quote_str( const char* str ) in quote_str() function