Searched refs:recursiveChmod (Results 1 – 2 of 2) sorted by relevance
57 public static boolean recursiveChmod(File root, int mode) throws Exception { in recursiveChmod() method in FileUtils61 success = recursiveChmod(path, mode); in recursiveChmod()122 recursiveChmod(parent, mode); in makeDirectories()
292 FileUtils.recursiveChmod(InterpreterUtils.getInterpreterRoot(mContext, mDescriptor in chmodIntepreter()