Searched refs:InterpreterUtils (Results 1 – 4 of 4) sorted by relevance
23 public class InterpreterUtils { class25 private InterpreterUtils() { in InterpreterUtils() method in InterpreterUtils
29 import com.googlecode.android_scripting.interpreter.InterpreterUtils;270 String out = InterpreterUtils.getInterpreterRoot(mContext).getAbsolutePath(); in extractInterpreter()290 dataChmodErrno = FileUtils.chmod(InterpreterUtils.getInterpreterRoot(mContext), 0755); in chmodIntepreter()292 FileUtils.recursiveChmod(InterpreterUtils.getInterpreterRoot(mContext, mDescriptor in chmodIntepreter()313 directories.add(InterpreterUtils.getInterpreterRoot(mContext, mDescriptor.getName())); in cleanup()
30 import com.googlecode.android_scripting.interpreter.InterpreterUtils;123 directories.add(InterpreterUtils.getInterpreterRoot(mContext, mDescriptor.getName())); in doInBackground()
118 return InterpreterUtils.getInterpreterRoot(context, getName()); in getExtrasPath()