| 188 | } |
| 189 | |
| 190 | std::string |
| 191 | SharedLibrary::GetFilePath(std::string const& name) const |
| 192 | { |
| 193 | if (!d->m_FilePath.empty()) |
| 194 | return d->m_FilePath; |
| 195 | return GetLibraryPath() + util::DIR_SEP + GetPrefix() + name + GetSuffix(); |
| 196 | } |
| 197 | |
| 198 | void |
| 199 | SharedLibrary::SetFilePath(std::string const& absoluteFilePath) |