| 47 | } |
| 48 | |
| 49 | fs::path make_shared_object_filename(std::string_view name) |
| 50 | { |
| 51 | return std::string{library_prefix}.append(name).append(library_postfix); |
| 52 | } |
| 53 | |
| 54 | fs::path make_object_file_filename(std::string_view name) |
| 55 | { |
no test coverage detected