Home
last modified time | relevance | path

Searched refs:parseLine (Results 1 – 2 of 2) sorted by relevance

/system/extras/perfprofd/
Dconfigreader.h58 void parseLine(const char *key, const char *value, unsigned linecount);
Dconfigreader.cc194 void ConfigReader::parseLine(const char *key, in parseLine() function in ConfigReader
283 parseLine(key.c_str(), value.c_str(), linecount); in readFile()