Home
last modified time | relevance | path

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

/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/conscrypt/openjdk/
Dbuild.gradle124 def javaExecutable
128 javaExecutable = javaExecutable32 != null ? javaExecutable32 : test.executable
132 javaExecutable = javaExecutable64 != null ? javaExecutable64 : test.executable
139 executable javaExecutable
152 executable = javaExecutable