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