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

Method getDefaultRubyPath

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

Source from the content-addressed store, hash-verified

492 }
493
494 public static String getDefaultRubyPath() {
495 return mContext.getFilesDir().getAbsolutePath() + "/ruby";
496 }
497
498 public static String getRubyPath() {
499 return getSettings().getString("RUBY_DIR", getDefaultRubyPath());

Callers 3

onPreferenceClickMethod · 0.95
onMsfEnabledMethod · 0.95
getRubyPathMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected