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

/external/chromium_org/base/process/
H A Dinternal_linux.cc100 std::vector<std::string> other_stats; local
101 SplitString(stats_data.substr(close_parens_idx + 2), ' ', &other_stats);
102 for (size_t i = 0; i < other_stats.size(); ++i)
103 proc_stats->push_back(other_stats[i]);

Completed in 103 milliseconds