Home
last modified time | relevance | path

Searched refs:file_exclude_regex (Results 1 – 1 of 1) sorted by relevance

/external/elfutils/debuginfod/
Ddebuginfod.cxx408 static regex_t file_exclude_regex; variable
531 regfree (&file_exclude_regex); in parse_opt()
532 rc = regcomp (&file_exclude_regex, arg, REG_EXTENDED|REG_NOSUB); in parse_opt()
2947 bool rx = !regexec (&file_exclude_regex, rps.c_str(), 0, 0, 0); in scan_source_paths()
3293 rc = regcomp (& file_exclude_regex, "^$", REG_EXTENDED|REG_NOSUB); // match nothing in main()
3527 (void) regfree (& file_exclude_regex); in main()