Home
last modified time | relevance | path

Searched refs:getInterpreterRoot (Results 1 – 4 of 4) sorted by relevance

/external/sl4a/Utils/src/com/googlecode/android_scripting/interpreter/
DInterpreterUtils.java29 public static File getInterpreterRoot(Context context) { in getInterpreterRoot() method in InterpreterUtils
33 public static File getInterpreterRoot(Context context, String interpreterName) { in getInterpreterRoot() method in InterpreterUtils
34 return new File(getInterpreterRoot(context), interpreterName); in getInterpreterRoot()
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
DInterpreterInstaller.java268 String out = InterpreterUtils.getInterpreterRoot(mContext).getAbsolutePath(); in extractInterpreter()
288 dataChmodErrno = FileUtils.chmod(InterpreterUtils.getInterpreterRoot(mContext), 0755); in chmodIntepreter()
290 FileUtils.recursiveChmod(InterpreterUtils.getInterpreterRoot(mContext, mDescriptor in chmodIntepreter()
311 directories.add(InterpreterUtils.getInterpreterRoot(mContext, mDescriptor.getName())); in cleanup()
DInterpreterUninstaller.java121 directories.add(InterpreterUtils.getInterpreterRoot(mContext, mDescriptor.getName())); in doInBackground()
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/interpreter/
DSl4aHostedInterpreter.java116 return InterpreterUtils.getInterpreterRoot(context, getName()); in getExtrasPath()