HomeSort by relevance Sort by last modified time
    Searched refs:runAsChmod (Results 1 - 2 of 2) sorted by null

  /cts/hostsidetests/jvmti/attaching/host/src/android/jvmti/cts/
JvmtiAttachingHostTest.java 241 String runAsChmod = device.executeShellCommand(
243 if (runAsChmod != null && !runAsChmod.trim().isEmpty()) {
244 throw new RuntimeException(runAsChmod.trim());
  /cts/hostsidetests/jvmti/base/host/src/android/jvmti/cts/
JvmtiHostTest.java 220 String runAsChmod = mDevice.executeShellCommand(
223 if (runAsChmod != null && !runAsChmod.trim().isEmpty()) {
224 throw new RuntimeException(runAsChmod.trim());

Completed in 584 milliseconds