Home
last modified time | relevance | path

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

/bionic/libc/malloc_hooks/tests/
Dmalloc_hooks_tests.cpp140 std::string filter_arg("--gtest_filter=" + test_name); in RunTest() local
141 args.push_back(filter_arg.c_str()); in RunTest()
/bionic/libc/malloc_debug/tests/
Dmalloc_debug_system_tests.cpp71 std::string filter_arg = std::string("--gtest_filter=") + test_name; in Exec() local
72 args.push_back(filter_arg.c_str()); in Exec()