Searched refs:FindStrings (Results 1 – 1 of 1) sorted by relevance
/bionic/libc/malloc_debug/tests/ |
D | malloc_debug_system_tests.cpp | 196 static void FindStrings(pid_t pid, std::vector<const char*> match_strings, in FindStrings() function 233 ASSERT_NO_FATAL_FAILURE(FindStrings(pid, std::vector<const char*>{"malloc debug enabled"})); in TEST() 438 EXPECT_NO_FATAL_FAILURE(FindStrings( in VerifyLeak() 486 ASSERT_NO_FATAL_FAILURE(FindStrings(pid, std::vector<const char*>{"malloc debug enabled"})); in TEST() 524 ASSERT_NO_FATAL_FAILURE(FindStrings(pid, std::vector<const char*>{"malloc debug enabled"}, in TEST() 533 ASSERT_NO_FATAL_FAILURE(FindStrings(pid, std::vector<const char*>{"malloc debug enabled"}, in TEST() 572 ASSERT_NO_FATAL_FAILURE(FindStrings(pid, std::vector<const char*>{"malloc debug enabled"}, in TEST()
|