Home
last modified time | relevance | path

Searched refs:ParseFile (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/cmds/installd/
Dfile_parsing.h29 bool ParseFile(std::istream& input_stream, Func parse) { in ParseFile() function
54 bool ParseFile(const std::string& str_file, Func parse) { in ParseFile() function
59 return ParseFile(ifs, parse); in ParseFile()
Dsystem_properties.h33 return ParseFile(strFile, [&](const std::string& line) { in Load()
Dotapreopt.cpp213 ParseFile(input, [&](const std::string& line) { in ReadEnvironment()