OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:error_as_string
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/ppapi/tests/
test_utils.cc
48
char
error_as_string
[12];
local
49
sprintf(
error_as_string
, "%d", static_cast<int>(error));
51
error_as_string
;
Completed in 334 milliseconds