Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/native_hook/test/unittest/
Dcheck_hook_data_test.cpp777 bool findStackMap; variable
786 } else if (!findStackMap || buf.find("stack_map") != std::string::npos) {
787 findStackMap = true;
796 EXPECT_TRUE(findStackMap);