Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/util/
DGCSBucketUtil.java80 private String mBotoPath = null; field in GCSBucketUtil
208 return mBotoPath; in getBotoPath()
234 if (mBotoPath != null) { in getRunUtil()
235 run.setEnvVariable(ENV_BOTO_PATH, mBotoPath); in getRunUtil()
672 mBotoPath = botoPath; in setBotoPath()