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

  /bootable/recovery/edify/
lexer.l 29 char string_buffer[MAX_STRING_LEN];
46 string_pos = string_buffer;
58 yylval.str = strdup(string_buffer);
  /device/moto/stingray/recovery/
masterclear_bp.c 55 char string_buffer[(TC_DBG_MAX_DUMP_COLS * 3) + 1]; /* Each column takes up 3 characters, plus NULL */ local
59 memset(string_buffer, 0, sizeof(string_buffer));
68 LOGE("%s%02x ", string_buffer, value);
70 LOGE("%s", string_buffer);

Completed in 267 milliseconds