Lines Matching refs:from

1270 /// @param from the string to trim the leading repetition of pattern from.
1275 /// has been removed from.
1277 trim_leading_string(const string& from, const string& to_trim)
1279 string str = from;
1680 /// Get the architecture string from the NVR of an rpm.
1688 /// from the NVR.
1934 /// Populate a type_supression from header files found in a given
1945 /// @param result the type_supression to populate from the content of
2041 /// Generate a suppression specification from kernel abi whitelist
2055 /// is created takes all whitelist sections from all files into account.
2202 /// read from the file to.
2218 /// read from the file to.
2307 /// @param supprs the suppressions specifications resulting from
2334 /// Test if an FTSENT pointer (resulting from fts_read) represents the
2364 /// Test if an FTSENT pointer (resulting from fts_read) represents a a
2390 /// @param from the directory tree to start looking from.
2401 find_vmlinux_and_module_paths(const string& from,
2405 char* path[] = {const_cast<char*>(from.c_str()), 0};
2438 /// @param from the directory tree to start looking from.
2444 find_vmlinux_path(const string& from,
2447 char* path[] = {const_cast<char*>(from.c_str()), 0};
2508 // accessible from <debug_info_root_path>/usr/lib/debug directory.
2525 string from = dist_root;
2526 if (find_vmlinux_and_module_paths(from, vmlinux_path, module_paths))
2535 /// must have been generated either from extracting a package.
2537 /// @param from the directory under which to look for.
2544 get_vmlinux_path_from_kernel_dist(const string& from,
2547 if (!dir_exists(from))
2554 // from there directly.
2556 string dist_root = from;
2596 /// infomation from the linux kernel and its modules used to build
2618 /// @param supprs the suppressions resulting from parsing the
2711 /// from the vmlinux kernel binary and the linux kernel modules found
2736 /// @param supprs the suppressions resulting from parsing the