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

Method getMsfPath

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

Source from the content-addressed store, hash-verified

504 }
505
506 public static String getMsfPath() {
507 return getSettings().getString("MSF_DIR", getDefaultMsfPath());
508 }
509
510 public static String getToolsPath() {
511 return mContext.getFilesDir().getAbsolutePath() + "/tools/";

Callers 9

measureMsfSizeMethod · 0.95
getCurrentPathForKeyMethod · 0.95
onPreferenceClickMethod · 0.95
onMsfPathChangedMethod · 0.95
onReceiveMethod · 0.95
setEnabledMethod · 0.95
getLocalMsfVersionMethod · 0.95
installGemsMethod · 0.95
MsfUpdateMethod · 0.95

Calls 2

getSettingsMethod · 0.95
getDefaultMsfPathMethod · 0.95

Tested by

no test coverage detected