Home
last modified time | relevance | path

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

/external/libabigail/include/
Dabg-ini.h412 read_sections(std::istream& input,
416 read_sections(const string& path,
/external/libabigail/src/
Dabg-ini.cc1700 read_sections(std::istream& input, in read_sections() function
1727 read_sections(const string& path, in read_sections() function
1734 bool is_ok = read_sections(in, sections); in read_sections()
1750 if (!read_sections(input, sections)) in read_config()
1769 if (!read_sections(path, sections)) in read_config()
/external/libabigail/
DChangeLog25955 * src/abg-ini.cc (read_sections, write_sections): Make
26721 (config::{get_sections, set_sections, read_sections,
26726 (read_sections, read_config, write_sections): Likewise.
26734 (read_sections): Rename the previous read_config() functions into
26745 (read_sections): Rename the former read_config into this.