Searched refs:ParseFile (Results 1 – 7 of 7) sorted by relevance
/aosp12/frameworks/native/cmds/installd/ |
H A D | file_parsing.h | 29 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 D | system_properties.h | 33 return ParseFile(strFile, [&](const std::string& line) { in Load()
|
H A D | otapreopt.cpp | 207 ParseFile(input, [&](const std::string& line) { in ReadEnvironment()
|
/aosp12/build/blueprint/gotestmain/ |
H A D | gotestmain.go | 50 f, err := parser.ParseFile(token.NewFileSet(), src, nil, parser.ParseComments)
|
/aosp12/build/blueprint/bootstrap/bpdoc/ |
H A D | reader.go | 218 ast, err := parser.ParseFile(fset, file, nil, parser.ParseComments)
|
/aosp12/system/core/init/ |
H A D | service_parser.h | 83 Result<void> ParseFile(std::vector<std::string>&& args);
|
H A D | service_parser.cpp | 486 Result<void> ServiceParser::ParseFile(std::vector<std::string>&& args) { in ParseFile() function in android::init::ServiceParser 545 {"file", {2, 2, &ServiceParser::ParseFile}}, in GetParserMap()
|