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