Searched refs:gceAvd (Results 1 – 3 of 3) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/ |
D | GceManager.java | 457 GceAvdInfo gceAvd, TestDeviceOptions options, IRunUtil runUtil) throws IOException { in getBugreportzWithSsh() argument 458 String output = remoteSshCommandExec(gceAvd, options, runUtil, "bugreportz"); in getBugreportzWithSsh() 467 gceAvd, options, runUtil, REMOTE_FILE_OP_TIMEOUT, remoteFilePath, localTmpFile)) { in getBugreportzWithSsh() 486 GceAvdInfo gceAvd, TestDeviceOptions options, IRunUtil runUtil) throws IOException { in getNestedDeviceSshBugreportz() argument 487 if (gceAvd == null || gceAvd.hostAndPort() == null) { in getNestedDeviceSshBugreportz() 492 gceAvd, in getNestedDeviceSshBugreportz() 506 remoteSshCommandExec(gceAvd, options, runUtil, "./bin/adb", "pull", deviceFilePath); in getNestedDeviceSshBugreportz() 511 gceAvd, options, runUtil, REMOTE_FILE_OP_TIMEOUT, remoteFilePath, localTmpFile)) { in getNestedDeviceSshBugreportz() 531 GceAvdInfo gceAvd, in logNestedRemoteFile() argument 536 logNestedRemoteFile(logger, gceAvd, options, runUtil, remoteFilePath, type, null); in logNestedRemoteFile() [all …]
|
D | CommonLogRemoteFileUtil.java | 112 GceAvdInfo gceAvd, in fetchCommonFiles() argument 115 if (gceAvd == null) { in fetchCommonFiles() 125 gceAvd, in fetchCommonFiles() 140 LogRemoteFile(testLogger, gceAvd, options, runUtil, file, LogDataType.TEXT, null); in fetchCommonFiles() 154 GceAvdInfo gceAvd, in fetchTombstones() argument 157 if (gceAvd == null) { in fetchTombstones() 170 gceAvd, options, runUtil, 60000, "ls", "-A1", pattern); in fetchTombstones() 180 gceAvd, in fetchTombstones() 216 GceAvdInfo gceAvd, in LogRemoteFile() argument 223 testLogger, gceAvd, options, runUtil, fileToRetrieve, logType, baseName); in LogRemoteFile()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/cloud/ |
D | GceManagerTest.java | 906 GceAvdInfo gceAvd = mGceManager.startGce(); in testStartGce_timeoutAndClean() local 909 gceAvd.getErrors()); in testStartGce_timeoutAndClean()
|