| 460 | } |
| 461 | |
| 462 | std::string GetExportedApplicationIconPath(const u64 app_id) { |
| 463 | auto sd_exp = fs::GetSdCardExplorer(); |
| 464 | return sd_exp->MakeAbsolute(GLEAF_PATH_TITLE_DIR "/" + util::FormatApplicationId(app_id) + ".jpg"); |
| 465 | } |
| 466 | |
| 467 | std::string GetExportedApplicationNacpPath(const u64 app_id) { |
| 468 | auto sd_exp = fs::GetSdCardExplorer(); |
nothing calls this directly
no test coverage detected