Home
last modified time | relevance | path

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

/external/libchrome/base/process/
Dinternal_linux.cc109 typedef std::map<std::string, std::string> ProcStatMap; typedef
110 void ParseProcStat(const std::string& contents, ProcStatMap* output) { in ParseProcStat()
162 ProcStatMap proc_stat; in GetBootTime()
164 ProcStatMap::const_iterator btime_it = proc_stat.find("btime"); in GetBootTime()