Home
last modified time | relevance | path

Searched refs:alt_file_path (Results 1 - 1 of 1) sorted by relevance

/third_party/libabigail/src/
H A Dabg-elf-reader.cc120 /// @param alt_file_path the resulting absolute path to the alternate
129 string &alt_file_path) in find_alt_dwarf_debug_info_path()
139 if (tools_utils::find_file_under_dir(**i, altfile_name, alt_file_path)) in find_alt_dwarf_debug_info_path()
219 string alt_file_path; in find_alt_dwarf_debug_info() local
222 alt_file_path)) in find_alt_dwarf_debug_info()
226 // alternate debuginfo file and it's in alt_file_path. So let's in find_alt_dwarf_debug_info()
228 int fd = open(alt_file_path.c_str(), O_RDONLY); in find_alt_dwarf_debug_info()
127 find_alt_dwarf_debug_info_path(const vector<char**> root_dirs, const string &alt_file_name, string &alt_file_path) find_alt_dwarf_debug_info_path() argument

Completed in 2 milliseconds