Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DGcovKernelCodeCoverageCollector.java99 device.mountDebugfs(); in onTestRunStart()
142 device.mountDebugfs(); in rebootEnded()
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/binary/
DKUnitModuleTest.java119 getDevice().mountDebugfs(); in runBinary()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DINativeDevice.java1715 public void mountDebugfs() throws DeviceNotAvailableException; in mountDebugfs() method
/tools/tradefederation/core/javatests/com/android/tradefed/device/metric/
DGcovKernelCodeCoverageCollectorTest.java278 doThrow(DeviceRuntimeException.class).when(mMockDevice).mountDebugfs(); in mountDebugfsFailure_noTar()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java6148 public void mountDebugfs() throws DeviceNotAvailableException { in mountDebugfs() method in NativeDevice