Home
last modified time | relevance | path

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

/cts/hostsidetests/securitybulletin/src/android/security/cts/
DAdbUtils.java274 String fullPocPath = TMP_PATH + pocName; in assertPocExecutable() local
275 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()