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

  /external/sl4a/Utils/src/com/googlecode/android_scripting/interpreter/
InterpreterUtils.java 29 public static File getInterpreterRoot(Context context) {
33 public static File getInterpreterRoot(Context context, String interpreterName) {
34 return new File(getInterpreterRoot(context), interpreterName);
  /external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
InterpreterUninstaller.java 121 directories.add(InterpreterUtils.getInterpreterRoot(mContext, mDescriptor.getName()));
InterpreterInstaller.java 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 409 milliseconds