Lines Matching refs:abi_whitelist_paths
71 const std::vector<std::string> abi_whitelist_paths; variable
73 gen_suppr_spec_from_kernel_abi_whitelists(abi_whitelist_paths);
79 std::vector<std::string> abi_whitelist_paths; variable
80 abi_whitelist_paths.push_back(whitelist_with_single_entry);
82 = gen_suppr_spec_from_kernel_abi_whitelists(abi_whitelist_paths);
89 std::vector<std::string> abi_whitelist_paths; variable
90 abi_whitelist_paths.push_back(whitelist_with_duplicate_entry);
92 = gen_suppr_spec_from_kernel_abi_whitelists(abi_whitelist_paths);
99 std::vector<std::string> abi_whitelist_paths; variable
100 abi_whitelist_paths.push_back(whitelist_with_single_entry);
101 abi_whitelist_paths.push_back(whitelist_with_another_single_entry);
103 gen_suppr_spec_from_kernel_abi_whitelists(abi_whitelist_paths);
111 std::vector<std::string> abi_whitelist_paths; variable
112 abi_whitelist_paths.push_back(whitelist_with_duplicate_entry);
113 abi_whitelist_paths.push_back(whitelist_with_another_single_entry);
115 = gen_suppr_spec_from_kernel_abi_whitelists(abi_whitelist_paths);
123 std::vector<std::string> abi_whitelist_paths; variable
124 abi_whitelist_paths.push_back(whitelist_with_two_sections);
126 = gen_suppr_spec_from_kernel_abi_whitelists(abi_whitelist_paths);