Home
last modified time | relevance | path

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

/system/core/logcat/tests/
Dlogcat_test.cpp1701 static bool reportedSecurity(const char* command) { in reportedSecurity() function
1714 EXPECT_FALSE(reportedSecurity(logcat_executable " -b all -g 2>&1")); in TEST()
1715 EXPECT_TRUE(reportedSecurity(logcat_executable " -b security -g 2>&1")); in TEST()
1716 EXPECT_TRUE(reportedSecurity(logcat_executable " -b security -c 2>&1")); in TEST()
1718 reportedSecurity(logcat_executable " -b security -G 256K 2>&1")); in TEST()