Searched refs:strs (Results 1 – 1 of 1) sorted by relevance
2238 std::vector<std::string> strs = android::base::Split(content, " "); in GetThreadPriority() local2239 if (strs.size() < 18) { in GetThreadPriority()2242 if (!android::base::ParseInt(strs[17], &result)) { in GetThreadPriority()