Searched refs:formatted (Results 1 – 6 of 6) sorted by relevance
358 .formatted(mJavaTempOutput.toAbsolutePath().toString())); in createBazelCommand()360 "--output_user_root=%s".formatted(mBazelOutputRoot.toAbsolutePath().toString())); in createBazelCommand()361 command.add("--max_idle_secs=%d".formatted(mBazelMaxIdleTimeout.toSeconds())); in createBazelCommand()414 Path logFile = createLogFile("%s-log".formatted(QUERY_ALL_TARGETS)); in queryAllTestTargets()444 Path logFile = createLogFile("%s-log".formatted(QUERY_MAP_MODULES_TO_TARGETS)); in queryModulesToTestTargets()449 builder.command().add("--query_file=%s".formatted(cqueryTestTargetsFile.toAbsolutePath())); in queryModulesToTestTargets()451 builder.command().add("--starlark:file=%s".formatted(cqueryFormatFile.toAbsolutePath())); in queryModulesToTestTargets()495 .formatted(moduleName, duplicateEntry, targetName)); in parseModulesToTargets()518 Path logFile = createLogFile("%s-log".formatted(RUN_TESTS)); in startTests()527 builder.command().add("--build_event_binary_file=%s".formatted(bepFile.toAbsolutePath())); in startTests()[all …]
491 String formatted = String.format(formatter, args); in logWarning() local492 logFormattedWarning(formatted); in logWarning()
102 To run tests, required information must be provided via a json-formatted
22 // formatted InvocationPolicy message.
192 `Relnote:` field and that multiline release notes are properly formatted with
1040 String formatted = in executeShellCommand() local1048 FileUtil.writeToFile(formatted, mExecuteShellCommandLogs, true); in executeShellCommand()