Home
last modified time | relevance | path

Searched refs:debug_info_root (Results 1 – 3 of 3) sorted by relevance

/external/libabigail/src/
Dabg-tools-utils.cc2398 string debug_info_root; in get_binary_paths_from_kernel_dist() local
2402 debug_info_root = debug_info_root_path.empty() in get_binary_paths_from_kernel_dist()
2405 debug_info_root += "/usr/lib/debug"; in get_binary_paths_from_kernel_dist()
2408 if (dir_is_empty(debug_info_root)) in get_binary_paths_from_kernel_dist()
2409 debug_info_root.clear(); in get_binary_paths_from_kernel_dist()
2514 const string debug_info_root, in build_corpus_group_from_kernel_dist_under() argument
2534 get_binary_paths_from_kernel_dist(root, debug_info_root, vmlinux, modules); in build_corpus_group_from_kernel_dist_under()
2544 make_path_absolute(debug_info_root.c_str()); in build_corpus_group_from_kernel_dist_under()
/external/libabigail/include/
Dabg-tools-utils.h311 const string debug_info_root,
/external/libabigail/
DChangeLog9723 debug_info_root parameter.
9735 debug_info_root parameter.