Home
last modified time | relevance | path

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

/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/binary/
DKUnitModuleTest.java210 getDevice().unmountDebugfs(); in runBinary()
/tools/tradefederation/core/src/com/android/tradefed/device/metric/
DGcovKernelCodeCoverageCollector.java125 device.unmountDebugfs(); in onTestRunEnd()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DINativeDevice.java1722 public void unmountDebugfs() throws DeviceNotAvailableException; in unmountDebugfs() method
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java6165 public void unmountDebugfs() throws DeviceNotAvailableException { in unmountDebugfs() method in NativeDevice