Searched refs:sectionID (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/cmds/incident_helper/src/
H A Dmain.cpp86 int sectionID = 0; local
93 sectionID = atoi(optarg);
98 fprintf(stderr, "Pasring section %d...\n", sectionID);
99 TextParserBase* parser = selectParser(sectionID);
104 fprintf(stderr, "Parse error in section %d: %s\n", sectionID, strerror(-err));
110 fprintf(stderr, "Finish section %d, exiting...\n", sectionID);

Completed in 9 milliseconds