OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:msg_template
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/components/crash/app/
hard_error_handler_win.cc
48
wchar_t*
msg_template
= NULL;
local
55
reinterpret_cast<wchar_t*>(&
msg_template
),
63
::wsprintf(WriteInto(&message, count),
msg_template
, p1.c_str(), p2.c_str());
local
70
::LocalFree(
msg_template
);
Completed in 166 milliseconds