Searched refs:KernelConfigParser (Results 1 – 6 of 6) sorted by relevance
/system/libvintf/ |
D | KernelConfigParser.cpp | 31 KernelConfigParser::KernelConfigParser(bool processComments, bool relaxedFormat) in KernelConfigParser() function in android::vintf::KernelConfigParser 34 status_t KernelConfigParser::finish() { in finish() 38 std::stringbuf* KernelConfigParser::error() const { in error() 42 std::map<std::string, std::string>& KernelConfigParser::configs() { in configs() 46 const std::map<std::string, std::string>& KernelConfigParser::configs() const { in configs() 58 status_t KernelConfigParser::processRemaining() { in processRemaining() 114 status_t KernelConfigParser::process(const char* buf, size_t len) { in process() 136 status_t KernelConfigParser::processAndFinish(const char* buf, size_t len) { in processAndFinish() 144 status_t KernelConfigParser::processAndFinish(const std::string& content) { in processAndFinish()
|
D | Android.bp | 47 "KernelConfigParser.cpp",
|
D | RuntimeInfo-target.cpp | 58 KernelConfigParser mConfigParser;
|
D | AssembleVintf.cpp | 208 KernelConfigParser parser(true /* processComments */, true /* relaxedFormat */); in parseFileForKernelConfigs() 329 KernelConfigParser parser(true /* processComments */, false /* relaxedFormat */); in setDeviceManifestKernel()
|
/system/libvintf/include/vintf/ |
D | KernelConfigParser.h | 30 class KernelConfigParser { 32 KernelConfigParser(bool processComments = false, bool relaxedFormat = false);
|
/system/libvintf/test/ |
D | LibVintfTest.cpp | 1476 std::pair<KernelConfigParser, status_t> processData(const std::string& data, bool processComments, in processData() 1478 KernelConfigParser parser(processComments, relaxedFormat); in processData() 1492 TEST_F(LibVintfTest, KernelConfigParser) { in TEST_F() argument 2056 INSTANTIATE_TEST_CASE_P(KernelConfigParser, KernelConfigParserInvalidTest, ::testing::Bool());
|