Searched refs:file_regex (Results 1 – 1 of 1) sorted by relevance
248 boost::regex file_regex("boost_([^.]+)\\.ipp"); in process_ipp_file() local249 …positive_file = file.branch_path() / boost::regex_replace(file.leaf().string(), file_regex, "$1_pa… in process_ipp_file()250 …negative_file = file.branch_path() / boost::regex_replace(file.leaf().string(), file_regex, "$1_fa… in process_ipp_file()