Searched defs:string_rep (Results 1 - 1 of 1) sorted by path

/external/chromium_org/chrome/test/nacl/
H A Dnacl_browsertest.cc146 char string_rep[23]; local
152 snprintf(string_rep, sizeof string_rep, "%ld", nprocessors);
153 return string_rep;
157 wchar_t string_rep[23]; local
165 _snwprintf_s(string_rep, sizeof string_rep / sizeof string_rep[0], _TRUNCATE,
167 return string_rep;

Completed in 185 milliseconds