Searched refs:sChmod (Results 1 – 1 of 1) sorted by relevance
76 private static String sChmod = "chmod"; field in FileUtil99 sChmod = chmodName; in setChmodBinary()181 RunUtil.getDefault().runTimedCmd(10 * 1000, sChmod, perms, file.getAbsolutePath()); in chmod()245 CommandResult result = RunUtil.getDefault().runTimedCmdSilently(10 * 1000, sChmod); in chmodExists()