Searched refs:ParseFile (Results 1 – 3 of 3) sorted by relevance
27 bool ParseFile(const std::string& strFile, std::function<bool (const std::string&)> parse) { in ParseFile() function
33 return ParseFile(strFile, [&](const std::string& line) { in Load()
155 bool parse_result = ParseFile("/init.environ.rc", [&](const std::string& line) { in ReadEnvironment()