Home
last modified time | relevance | path

Searched refs:ParseFile (Results 1 – 7 of 7) 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
59 return ParseFile(ifs, parse); in ParseFile()
H A Dsystem_properties.h33 return ParseFile(strFile, [&](const std::string& line) { in Load()
H A Dotapreopt.cpp207 ParseFile(input, [&](const std::string& line) { in ReadEnvironment()
/aosp12/build/blueprint/gotestmain/
H A Dgotestmain.go50 f, err := parser.ParseFile(token.NewFileSet(), src, nil, parser.ParseComments)
/aosp12/build/blueprint/bootstrap/bpdoc/
H A Dreader.go218 ast, err := parser.ParseFile(fset, file, nil, parser.ParseComments)
/aosp12/system/core/init/
H A Dservice_parser.h83 Result<void> ParseFile(std::vector<std::string>&& args);
H A Dservice_parser.cpp486 Result<void> ServiceParser::ParseFile(std::vector<std::string>&& args) { in ParseFile() function in android::init::ServiceParser
545 {"file", {2, 2, &ServiceParser::ParseFile}}, in GetParserMap()