Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Delf_imitate.cpp655 const std::string effectFlag {"0x00"}; in GetNextPhdrLine() local
665 if (line.find(effectFlag) != std::string::npos) { in GetNextPhdrLine()
675 const std::string effectFlag {"]"}; in GetNextShdrLine() local
685 auto pos = line.find(effectFlag); in GetNextShdrLine()
765 const std::string effectFlag {":"}; in GetNextSymLine() local
775 auto pos = line.find(effectFlag); in GetNextSymLine()