Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/
DGCSBucketUtil.java182 String[] commandAsStr = command.toArray(new String[0]); in copy() local
185 .runTimedCmdRetry(mTimeoutMs, mRetryInterval, mAttempts, commandAsStr); in copy()