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

  /external/bluetooth/bluedroid/test/bluedroidtest/
bluedroidtest.c 187 char bytestr[4] = {0}; local
211 snprintf(bytestr, sizeof(bytestr), "%02X ", *p);
212 strncat(hexstr, bytestr, sizeof(hexstr)-strlen(hexstr)-1);
215 snprintf(bytestr, sizeof(bytestr), "%c", c);
216 strncat(charstr, bytestr, sizeof(charstr)-strlen(charstr)-1);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/
malloc-tree 105 byteStr = byteString(self.totalBytes)
127 byteStr = byteString(self.totalBytes)

Completed in 317 milliseconds