Searched refs:KernelConfigParser (Results 1 – 7 of 7) sorted by relevance
| /system/libvintf/ |
| D | KernelConfigParser.cpp | 27 KernelConfigParser::KernelConfigParser(bool processComments, bool relaxedFormat) in KernelConfigParser() function in android::vintf::KernelConfigParser 30 status_t KernelConfigParser::finish() { in finish() 34 std::stringbuf* KernelConfigParser::error() const { in error() 38 std::map<std::string, std::string>& KernelConfigParser::configs() { in configs() 42 const std::map<std::string, std::string>& KernelConfigParser::configs() const { in configs() 54 status_t KernelConfigParser::processRemaining() { in processRemaining() 113 status_t KernelConfigParser::process(const char* buf, size_t len) { in process() 135 status_t KernelConfigParser::processAndFinish(const char* buf, size_t len) { in processAndFinish() 143 status_t KernelConfigParser::processAndFinish(const std::string& content) { in processAndFinish()
|
| D | KernelConfigs.cpp | 33 vintf::KernelConfigParser parser; in LoadKernelConfigs()
|
| D | Android.bp | 275 "KernelConfigParser.cpp",
|
| D | AssembleVintf.cpp | 251 KernelConfigParser parser(true /* processComments */, true /* relaxedFormat */); in parseFileForKernelConfigs() 363 KernelConfigParser parser(true /* processComments */, false /* relaxedFormat */); in setDeviceManifestKernel()
|
| D | check_vintf.cpp | 125 KernelConfigParser parser; in fetchAllInformation()
|
| /system/libvintf/include/vintf/ |
| D | KernelConfigParser.h | 30 class KernelConfigParser { 32 KernelConfigParser(bool processComments = false, bool relaxedFormat = false);
|
| /system/libvintf/test/ |
| D | LibVintfTest.cpp | 1698 std::pair<KernelConfigParser, status_t> processData(const std::string& data, bool processComments, in processData() 1700 KernelConfigParser parser(processComments, relaxedFormat); in processData() 1714 TEST_F(LibVintfTest, KernelConfigParser) { in TEST_F() argument 2263 INSTANTIATE_TEST_CASE_P(KernelConfigParser, KernelConfigParserInvalidTest, ::testing::Bool());
|