Home
last modified time | relevance | path

Searched refs:recursiveChmod (Results 1 – 2 of 2) sorted by relevance

/external/sl4a/Utils/src/com/googlecode/android_scripting/
DFileUtils.java56 public static boolean recursiveChmod(File root, int mode) throws Exception { in recursiveChmod() method in FileUtils
60 success = recursiveChmod(path, mode); in recursiveChmod()
121 recursiveChmod(parent, mode); in makeDirectories()
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
DInterpreterInstaller.java290 FileUtils.recursiveChmod(InterpreterUtils.getInterpreterRoot(mContext, mDescriptor in chmodIntepreter()