Searched refs:reportFile (Results 1 – 8 of 8) sorted by relevance
168 File reportFile = null; in testBuildGceCommand() local170 reportFile = FileUtil.createTempFile("test-gce-cmd", "report"); in testBuildGceCommand()171 List<String> result = mGceManager.buildGceCmd(reportFile, mMockBuildInfo, null); in testBuildGceCommand()185 reportFile.getAbsolutePath(), in testBuildGceCommand()189 FileUtil.deleteFile(reportFile); in testBuildGceCommand()204 File reportFile = null; in testBuildGceCommand_withServiceAccountJsonKeyFile() local208 reportFile = FileUtil.createTempFile("test-gce-cmd", "report"); in testBuildGceCommand_withServiceAccountJsonKeyFile()209 List<String> result = mGceManager.buildGceCmd(reportFile, mMockBuildInfo, null); in testBuildGceCommand_withServiceAccountJsonKeyFile()225 reportFile.getAbsolutePath(), in testBuildGceCommand_withServiceAccountJsonKeyFile()229 FileUtil.deleteFile(reportFile); in testBuildGceCommand_withServiceAccountJsonKeyFile()[all …]
180 File reportFile, IBuildInfo b, String ipDevice) { in testExceptionFromParser()181 FileUtil.deleteFile(reportFile); in testExceptionFromParser()
222 Capture<String> reportFile, in mockAcloudCreate() argument259 EasyMock.capture(reportFile), in mockAcloudCreate()329 Capture<String> reportFile = new Capture<String>(); in testPreinvocationSetupSuccess() local336 reportFile, in testPreinvocationSetupSuccess()379 Assert.assertFalse(new File(reportFile.getValue()).exists()); in testPreinvocationSetupSuccess()387 Capture<String> reportFile = new Capture<String>(); in testPreInvocationSetupBootFailure() local394 reportFile, in testPreInvocationSetupBootFailure()428 Assert.assertFalse(new File(reportFile.getValue()).exists()); in testPreInvocationSetupBootFailure()436 Capture<String> reportFile = new Capture<String>(); in testPreInvocationSetupFailure() local440 mockAcloudCreate(CommandStatus.FAILED, "", reportFile, hostPackageDir, imageDir); in testPreInvocationSetupFailure()[all …]
165 File reportFile = null; in startGce() local167 reportFile = FileUtil.createTempFile("gce_avd_driver", ".json"); in startGce()168 List<String> gceArgs = buildGceCmd(reportFile, mBuildInfo, ipDevice); in startGce()209 reportFile, mDeviceDescriptor, mDeviceOptions.getRemoteAdbPort()); in startGce()226 reportFile, mDeviceDescriptor, mDeviceOptions.getRemoteAdbPort()); in startGce()231 FileUtil.deleteFile(reportFile); in startGce()253 protected List<String> buildGceCmd(File reportFile, IBuildInfo b, String ipDevice) { in buildGceCmd() argument321 gceArgs.add(reportFile.getAbsolutePath()); in buildGceCmd()
71 public void postFormattingStep(File resultDir, File reportFile) { in postFormattingStep() argument
116 File reportFile = new File(logs.get(key).getPath()); in processStatsdReportsFromLogs() local117 try (FileInputStream reportStream = new FileInputStream(reportFile)) { in processStatsdReportsFromLogs()
84 File reportFile = testDir.newFile(reportFilename); in setUp() local85 Files.write(reportFile.toPath(), generateTestProto().toByteArray()); in setUp()94 new LogFile(reportFile.getAbsolutePath(), "some.url", LogDataType.PB)); in setUp()
META-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...