Searched refs:runCommand (Results 1 – 1 of 1) sorted by relevance
71 runCommand("./gradlew --stop") in cleanBuild()72 runCommand("./gradlew ${tasks.joinToString(separator = " ")}") in cleanBuild()89 val reportPath = runCommand(profileCmd, returnOutputStream = true)?.use { stream -> in profile()148 fun runCommand( in runCommand() method