Home
last modified time | relevance | path

Searched refs:parse_sections (Results 1 – 2 of 2) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
Dbtif_config_util.cpp112 static int parse_sections(const char* section_name, const XMLElement* section);
218 if(parse_sections(section_name, section)) in btif_config_load_file()
226 static int parse_sections(const char* section_name, const XMLElement* section) in parse_sections() function
/external/chromium_org/tools/symsrc/
Dpefile.py1543 offset = self.parse_sections(sections_offset)
1692 def parse_sections(self, offset): member in PE