Home
last modified time | relevance | path

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

/aosp12/system/bt/tools/scripts/
H A Dbtsnoop_live.py61 import configparser
63 import ConfigParser as configparser namespace
106 config = configparser.ConfigParser()
110 except (configparser.NoSectionError, configparser.NoOptionError):
121 config = configparser.ConfigParser()
125 except (configparser.NoSectionError, configparser.NoOptionError):
/aosp12/system/linkerconfig/modules/tests/
H A Dconfigparser_test.cc27 TEST(configparser, apex_file_not_exist) { in TEST() argument
33 TEST(configparser, apex_contents) { in TEST() argument
49 TEST(configparser, system_contents) { in TEST() argument