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.cpp848 bool findStackMap; variable
857 } else if (!findStackMap || buf.find("stack_map") != std::string::npos) {
858 findStackMap = true;
867 EXPECT_TRUE(findStackMap);
1071 bool findStackMap; variable
1080 } else if (!findStackMap || buf.find("stack_map") != std::string::npos) {
1081 findStackMap = true;
1090 EXPECT_TRUE(findStackMap);