Home
last modified time | relevance | path

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

/system/core/logcat/
Dlogcat.cpp643 auto uid_strings = Split(optarg, delimiters); in Run() local
644 for (const auto& uid_string : uid_strings) { in Run()
/system/core/logcat/tests/
Dlogcat_test.cpp1774 std::vector<std::string> uid_strings; in UidsInLog() local
1776 uid_strings.emplace_back(std::to_string(uid)); in UidsInLog()
1780 android::base::Join(uid_strings, ",").c_str()); in UidsInLog()