Home
last modified time | relevance | path

Searched refs:INTERPRETER_EXTRAS_ROOT (Results 1 – 3 of 3) sorted by relevance

/external/sl4a/Utils/src/com/googlecode/android_scripting/interpreter/
DInterpreterConstants.java38 public static final String INTERPRETER_EXTRAS_ROOT = "/extras/"; field
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/interpreter/
DSl4aHostedInterpreter.java114 + InterpreterConstants.INTERPRETER_EXTRAS_ROOT, getName()); in getExtrasPath()
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
DInterpreterInstaller.java274 String out = mInterpreterRoot + InterpreterConstants.INTERPRETER_EXTRAS_ROOT; in extractInterpreterExtras()