HomeSort by relevance Sort by last modified time
    Searched refs:recursiveChmod (Results 1 - 2 of 2) sorted by null

  /external/sl4a/Utils/src/com/googlecode/android_scripting/
FileUtils.java 57 public static boolean recursiveChmod(File root, int mode) throws Exception {
61 success = recursiveChmod(path, mode);
122 recursiveChmod(parent, mode);
  /external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
InterpreterInstaller.java 292 FileUtils.recursiveChmod(InterpreterUtils.getInterpreterRoot(mContext, mDescriptor

Completed in 127 milliseconds