Home
last modified time | relevance | path

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

/room/scripts/
Dtasks-comparison.kts71 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