()
| 281 | } |
| 282 | |
| 283 | public String getContentPath() { |
| 284 | return fst.getTmd().getContentPath() + "/" + String.format("%08X", getNUScontentID()) + ".app"; |
| 285 | } |
| 286 | public String getH3Path() { |
| 287 | return fst.getTmd().getContentPath() + "/" + String.format("%08X", getNUScontentID()) + ".h3"; |
| 288 | } |
no test coverage detected