Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dfile_parsing.h27 bool ParseFile(const std::string& strFile, std::function<bool (const std::string&)> parse) { in ParseFile() function
Dsystem_properties.h33 return ParseFile(strFile, [&](const std::string& line) { in Load()
Dotapreopt.cpp155 bool parse_result = ParseFile("/init.environ.rc", [&](const std::string& line) { in ReadEnvironment()