Searched refs:ParseProps (Results 1 – 5 of 5) sorted by relevance
30 android::base::Result<sysprop::Properties> ParseProps(
50 if (auto res = ParseProps(argv[i]); res.ok()) { in main()
412 if (auto res = ParseProps(input_file_path); res.ok()) { in GenerateJavaLibrary()
293 Result<sysprop::Properties> ParseProps(const std::string& input_file_path) { in ParseProps() function
222 auto res = ParseProps(file.path); in TEST()