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

  /system/bt/btif/src/
btif_debug_btsnoop.cc 198 char b64_out[5] = {0}; local
223 line_length += b64_ntop(b64_in, read, b64_out, 5);
224 dprintf(fd, "%s", b64_out);
  /system/nfc/src/adaptation/
debug_nfcsnoop.cc 154 char b64_out[5] = {0}; local
179 line_length += b64_ntop(b64_in, read, b64_out, 5);
180 dprintf(fd, "%s", b64_out);

Completed in 143 milliseconds