OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mSectionErrors
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/cmds/incidentd/src/
Reporter.cpp
366
mSectionErrors
.clear();
394
sectionMetadata->set_error_msg(
mSectionErrors
);
434
if (
mSectionErrors
.length() == 0) {
435
mSectionErrors
= line;
437
mSectionErrors
+= '\n';
438
mSectionErrors
+= line;
Reporter.h
244
string
mSectionErrors
;
Completed in 68 milliseconds