Lines Matching defs:file_path
396 read_suppressions(const string& file_path,
399 if (ini::config_sptr config = ini::read_config(file_path))
4247 /// @param file_path the file path to test against.
4250 /// file_path.
4252 file_suppression::suppresses_file(const string& file_path)
4254 if (file_path.empty())
4258 tools_utils::base_name(file_path, fname);
4378 /// @param file_path the file path to test.
4381 /// them at lease matches the file path @p file_path.
4384 /// that matches @p file_path, or nil if no file suppression matches.
4386 file_is_suppressed(const string& file_path,
4391 if (s->suppresses_file(file_path))