Searched refs:fullPocPath (Results 1 – 1 of 1) sorted by relevance
274 String fullPocPath = TMP_PATH + pocName; in assertPocExecutable() local275 device.executeShellCommand("chmod 777 " + fullPocPath); in assertPocExecutable()277 runCommandGetExitCode("test -r " + fullPocPath, device)); in assertPocExecutable()279 runCommandGetExitCode("test -w " + fullPocPath, device)); in assertPocExecutable()281 runCommandGetExitCode("test -x " + fullPocPath, device)); in assertPocExecutable()