Home
last modified time | relevance | path

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

/tools/tradefederation/core/common_util/com/android/tradefed/util/
DFileUtil.java76 private static String sChmod = "chmod"; field in FileUtil
99 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()