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.java309 final String cleanupCmd = String.format("rm %s", testFile); in waitForStoreMount() local
319 cmd = cleanupCmd; in waitForStoreMount()
320 getIDevice().executeShellCommand(cleanupCmd, bitBucket, in waitForStoreMount()