Searched defs:ParseFile (Results 1 – 2 of 2) sorted by relevance
29 bool ParseFile(std::istream& input_stream, Func parse) { in ParseFile() function54 bool ParseFile(std::string_view str_file, Func parse) { in ParseFile() function
486 Result<void> ServiceParser::ParseFile(std::vector<std::string>&& args) { in ParseFile() function in android::init::ServiceParser