Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDeviceStateMonitor.java291 final String cleanupCmd = String.format("rm %s", testFile); in waitForStoreMount() local
301 cmd = cleanupCmd; in waitForStoreMount()
302 getIDevice().executeShellCommand(cleanupCmd, bitBucket, in waitForStoreMount()