Home
last modified time | relevance | path

Searched defs:hasX (Results 1 – 1 of 1) sorted by relevance

/developtools/smartperf_host/smartperf_host/trace_streamer/src/parser/pbreader_parser/mem_parser/
Dpbreader_mem_parser.cpp209 uint32_t PbreaderMemParser::ParseSmapsPathTypeByPrefix(bool hasX, const std::string &path, const bo… in ParseSmapsPathTypeByPrefix()
228 uint32_t PbreaderMemParser::ParseSmapsPathTypeBySuffix(bool hasX, const std::string &path, const bo… in ParseSmapsPathTypeBySuffix()
244 bool hasX = smapsInfo.permission().ToStdString().find("x") != std::string::npos; in ParseSmapsBlockDetail() local