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.cpp842 bool findStackMap; variable
851 } else if (!findStackMap || buf.find("stack_map") != std::string::npos) {
852 findStackMap = true;
861 EXPECT_TRUE(findStackMap);
1065 bool findStackMap; variable
1074 } else if (!findStackMap || buf.find("stack_map") != std::string::npos) {
1075 findStackMap = true;
1084 EXPECT_TRUE(findStackMap);