Home
last modified time | relevance | path

Searched defs:ParseFile (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/cmds/installd/
H A Dfile_parsing.h29 bool ParseFile(std::istream& input_stream, Func parse) { in ParseFile() function
54 bool ParseFile(std::string_view str_file, Func parse) { in ParseFile() function
/aosp12/system/core/init/
H A Dservice_parser.cpp486 Result<void> ServiceParser::ParseFile(std::vector<std::string>&& args) { in ParseFile() function in android::init::ServiceParser