MCPcopy Create free account
hub / github.com/Maschell/JNUSTool / getContentPath

Method getContentPath

src/de/mas/jnustool/FEntry.java:283–285  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 }

Callers 7

downloadAndDecryptMethod · 0.95
getH3PathMethod · 0.45
downloadMethod · 0.45
decryptAsByteMethod · 0.45
decryptContentMethod · 0.45
decryptMethod · 0.45

Calls 2

getNUScontentIDMethod · 0.95
getTmdMethod · 0.45

Tested by

no test coverage detected