MCPcopy Index your code
hub / github.com/cSploit/android / getDefaultMsfPath

Method getDefaultMsfPath

cSploit/src/org/csploit/android/core/System.java:502–504  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

500 }
501
502 public static String getDefaultMsfPath() {
503 return mContext.getFilesDir().getAbsolutePath() + "/msf";
504 }
505
506 public static String getMsfPath() {
507 return getSettings().getString("MSF_DIR", getDefaultMsfPath());

Callers 3

onPreferenceClickMethod · 0.95
onMsfEnabledMethod · 0.95
getMsfPathMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected