Home
last modified time | relevance | path

Searched refs:ParseProps (Results 1 – 6 of 6) sorted by relevance

/system/tools/sysprop/include/
DCommon.h30 android::base::Result<sysprop::Properties> ParseProps(
/system/tools/sysprop/
DApiDumpMain.cpp50 if (auto res = ParseProps(argv[i]); res.ok()) { in main()
DRustGen.cpp350 if (auto res = ParseProps(input_file_path); res.ok()) { in GenerateRustLibrary()
DJavaGen.cpp474 if (auto res = ParseProps(input_file_path); res.ok()) { in GenerateJavaLibrary()
DCommon.cpp295 Result<sysprop::Properties> ParseProps(const std::string& input_file_path) { in ParseProps() function
/system/tools/sysprop/tests/
DInvalidSyspropTest.cpp222 auto res = ParseProps(file.path); in TEST()