HomeSort by relevance Sort by last modified time
    Searched full:utf8_bom (Results 1 - 1 of 1) sorted by null

  /external/linux-tools-perf/util/
config.c 217 static const unsigned char *utf8_bom = (unsigned char *) "\xef\xbb\xbf"; local
218 const unsigned char *bomptr = utf8_bom;
231 if (bomptr != utf8_bom)

Completed in 2061 milliseconds