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

Method getRubyPath

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

Source from the content-addressed store, hash-verified

496 }
497
498 public static String getRubyPath() {
499 return getSettings().getString("RUBY_DIR", getDefaultRubyPath());
500 }
501
502 public static String getDefaultMsfPath() {
503 return mContext.getFilesDir().getAbsolutePath() + "/msf";

Callers 9

measureMsfSizeMethod · 0.95
getCurrentPathForKeyMethod · 0.95
onPreferenceClickMethod · 0.95
onMsfPathChangedMethod · 0.95
onReceiveMethod · 0.95
setEnabledMethod · 0.95
getLocalRubyVersionMethod · 0.95
clearGemsCacheMethod · 0.95
RubyUpdateMethod · 0.95

Calls 2

getSettingsMethod · 0.95
getDefaultRubyPathMethod · 0.95

Tested by

no test coverage detected