HomeSort by relevance Sort by last modified time
    Searched full:matchregex (Results 1 - 1 of 1) sorted by null

  /ndk/sources/host-tools/ndk-stack/
ndk-stack-parser.c 103 static int MatchRegex(const char* line, const regex_t* regex, regmatch_t* match);
203 if (MatchRegex(line, &parser->re_pid_header, &match)) {
212 if (MatchRegex(line, &parser->re_sig_header, &match)) {
219 if (MatchRegex(line, &parser->re_frame_header, &match)) {
232 MatchRegex(const char* line, const regex_t* regex, regmatch_t* match)

Completed in 51 milliseconds