Home
last modified time | relevance | path

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

/external/nos/host/generic/citadel/updater/
Dupdater.cpp468 static enum hdr_section parse_section(const char *str) in parse_section() function
1259 options.section = parse_section(optarg); in main()
1272 options.file_section = parse_section(optarg); in main()
/external/python/setuptools/setuptools/
Dconfig.py348 def parse_section(self, section_options): member in ConfigHandler