HomeSort by relevance Sort by last modified time
    Searched defs:InterpreterUtils (Results 1 - 3 of 3) sorted by null

  /external/sl4a/Utils/src/com/googlecode/android_scripting/interpreter/
InterpreterUtils.java 23 public class InterpreterUtils {
25 private InterpreterUtils() {
  /external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
InterpreterUninstaller.java 30 import com.googlecode.android_scripting.interpreter.InterpreterUtils;
121 directories.add(InterpreterUtils.getInterpreterRoot(mContext, mDescriptor.getName()));
InterpreterInstaller.java 29 import com.googlecode.android_scripting.interpreter.InterpreterUtils;
268 String out = InterpreterUtils.getInterpreterRoot(mContext).getAbsolutePath();
288 dataChmodErrno = FileUtils.chmod(InterpreterUtils.getInterpreterRoot(mContext), 0755);
290 FileUtils.recursiveChmod(InterpreterUtils.getInterpreterRoot(mContext, mDescriptor
311 directories.add(InterpreterUtils.getInterpreterRoot(mContext, mDescriptor.getName()));

Completed in 79 milliseconds