Searched refs:mTimeoutMs (Results 1 – 1 of 1) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/util/ |
D | GCSBucketUtil.java | 122 private long mTimeoutMs = 0; field in GCSBucketUtil 138 .runTimedCmd(mTimeoutMs, GSUTIL, CMD_VERSION); in checkGSUtil() 185 .runTimedCmdRetry(mTimeoutMs, mRetryInterval, mAttempts, commandAsStr); in copy() 246 return mTimeoutMs; in getTimeout() 283 .runTimedCmdRetry(mTimeoutMs, mRetryInterval, mAttempts, in makeBucket() 319 mTimeoutMs, in ls() 426 mTimeoutMs, in stat() 462 mTimeoutMs, in md5Hash() 588 .runTimedCmdRetry(mTimeoutMs, mRetryInterval, mAttempts, in remove() 648 .runTimedCmdRetry(mTimeoutMs, mRetryInterval, mAttempts, command); in removeBucket() [all …]
|