Lines Matching defs:mapName
136 if (frame.mapName.find("ld-musl") != std::string::npos ||
137 frame.mapName.find("ffrt") != std::string::npos ||
138 frame.mapName.find("bin") != std::string::npos) {
246 auto mapName = map->name;
247 if (!mapName.empty()) {
248 name.append("(" + mapName + ")");
295 frame.mapName = map->name;
299 auto elf = DfxElf::Create(frame.mapName);
302 frame.mapName.c_str());
308 DFXLOGW("%{public}s : mapName(%{public}s) is not file.", __func__, frame.mapName.c_str());