Searched refs:file_exclude_regex (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/elfutils/debuginfod/ |
H A D | debuginfod.cxx | 482 static regex_t file_exclude_regex; variable 644 regfree (&file_exclude_regex); in parse_opt() 645 rc = regcomp (&file_exclude_regex, arg, REG_EXTENDED|REG_NOSUB); in parse_opt() 3953 bool rx = !regexec (&file_exclude_regex, rps.c_str(), 0, 0, 0); in scan_source_paths() 4136 bool reg_exclude = !regexec (&file_exclude_regex, filename, 0, 0, 0); in groom() 4436 rc = regcomp (& file_exclude_regex, "^$", REG_EXTENDED|REG_NOSUB); // match nothing in main() 4739 (void) regfree (& file_exclude_regex); in main()
|