Home
last modified time | relevance | path

Searched refs:new_reader_from_file (Results 1 – 4 of 4) sorted by relevance

/third_party/libabigail/include/
Dabg-libxml-utils.h51 reader_sptr new_reader_from_file(const std::string& path);
/third_party/libabigail/src/
Dabg-libxml-utils.cc53 new_reader_from_file(const std::string& path) in new_reader_from_file() function
Dabg-reader.cc2179 reader rdr(xml::new_reader_from_file(input_file), env); in read_translation_unit_from_file()
6116 reader_sptr result(new reader(xml::new_reader_from_file(path), in create_reader()
/third_party/libabigail/
DChangeLog42394 * src/abg-libxml-utils.cc (new_reader_from_file): Fix comment.