Home
last modified time | relevance | path

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

/external/libchrome/base/process/
Dinternal_linux.cc106 std::vector<std::string> other_stats = SplitString( in ParseProcStats() local
109 for (size_t i = 0; i < other_stats.size(); ++i) in ParseProcStats()
110 proc_stats->push_back(other_stats[i]); in ParseProcStats()