Home
last modified time | relevance | path

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

/external/apache-commons-compress/
Dmvnw121 javaExecutable="`which javac`"
122 if [ -n "$javaExecutable" ] && ! [ "`expr \"$javaExecutable\" : '\([^ ]*\)'`" = "no" ]; then
127 javaHome="`dirname \"$javaExecutable\"`"
128 javaExecutable="`cd \"$javaHome\" && pwd -P`/javac"
130 javaExecutable="`readlink -f \"$javaExecutable\"`"
132 javaHome="`dirname \"$javaExecutable\"`"
/external/kotlinx.atomicfu/atomicfu-maven-plugin/
Dmvnw121 javaExecutable="`which javac`"
122 if [ -n "$javaExecutable" ] && ! [ "`expr \"$javaExecutable\" : '\([^ ]*\)'`" = "no" ]; then
127 javaHome="`dirname \"$javaExecutable\"`"
128 javaExecutable="`cd \"$javaHome\" && pwd -P`/javac"
130 javaExecutable="`readlink -f \"$javaExecutable\"`"
132 javaHome="`dirname \"$javaExecutable\"`"
/external/snakeyaml/
Dmvnw143 javaExecutable="`which javac`"
144 if [ -n "$javaExecutable" ] && ! [ "`expr \"$javaExecutable\" : '\([^ ]*\)'`" = "no" ]; then
149 javaHome="`dirname \"$javaExecutable\"`"
150 javaExecutable="`cd \"$javaHome\" && pwd -P`/javac"
152 javaExecutable="`readlink -f \"$javaExecutable\"`"
154 javaHome="`dirname \"$javaExecutable\"`"
/external/caliper/caliper/src/test/java/com/google/caliper/config/
DVmConfigTest.java40 File javaExecutable = in testExecutable() local
44 assertTrue("Could not find: " + javaExecutable, javaExecutable.exists()); in testExecutable()
45 assertTrue(javaExecutable + " is not a file", javaExecutable.isFile()); in testExecutable()
/external/opencensus-java/contrib/agent/
Dbuild.gradle180 javaExecutables.eachWithIndex { javaExecutable, index ->
196 executable = javaExecutable
207 doFirst { logger.lifecycle("Running integration tests using ${javaExecutable}.") }