Ex. "dyld_shared_cache_arm64e"
| 155 | const std::string& GetFilePath() const { return m_filePath; } |
| 156 | // Ex. "dyld_shared_cache_arm64e" |
| 157 | const std::string GetFileName() const { return m_fileName; } |
| 158 | const dyld_cache_header& GetHeader() const { return m_header; } |
| 159 | const std::vector<dyld_cache_mapping_info>& GetMappings() const { return m_mappings; } |
| 160 | const std::vector<std::pair<std::string, dyld_cache_image_info>>& GetImages() const { return m_images; } |
no outgoing calls
no test coverage detected