OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:debug_buf
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/chrome/browser/history/
thumbnail_database.cc
120
char
debug_buf
[2000];
local
121
base::strlcpy(
debug_buf
, debug_info.c_str(), arraysize(
debug_buf
));
122
base::debug::Alias(&
debug_buf
);
[
all
...]
Completed in 592 milliseconds