Searched refs:abi_whitelist_paths (Results 1 – 3 of 3) sorted by relevance
71 const std::vector<std::string> abi_whitelist_paths; variable73 gen_suppr_spec_from_kernel_abi_whitelists(abi_whitelist_paths);79 std::vector<std::string> abi_whitelist_paths; variable80 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; variable90 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; variable100 abi_whitelist_paths.push_back(whitelist_with_single_entry);[all …]
91 (const vector<string>& abi_whitelist_paths);
2068 (const std::vector<std::string>& abi_whitelist_paths) in gen_suppr_spec_from_kernel_abi_whitelists() argument2073 path_iter = abi_whitelist_paths.begin(), in gen_suppr_spec_from_kernel_abi_whitelists()2074 path_end = abi_whitelist_paths.end(); in gen_suppr_spec_from_kernel_abi_whitelists()