* @brief Returns the file path of the memory mapped Elf file. */
| 464 | * @brief Returns the file path of the memory mapped Elf file. |
| 465 | */ |
| 466 | inline std::string filePath() const |
| 467 | { |
| 468 | return _filepath; |
| 469 | } |
| 470 | |
| 471 | /** |
| 472 | * @brief Returns the real path of the memory mapped Elf file |
no outgoing calls
no test coverage detected