Searched refs:javaPath (Results 1 – 4 of 4) sorted by relevance
39 jstring javaPath) { in nativeIsIncrementalPath() argument40 ScopedUtfChars path(env, javaPath); in nativeIsIncrementalPath()48 static jbyteArray nativeUnsafeGetFileSignature(JNIEnv* env, jobject clazz, jstring javaPath) { in nativeUnsafeGetFileSignature() argument49 ScopedUtfChars path(env, javaPath); in nativeUnsafeGetFileSignature()
47 String javaPath = stubRoot + ".java"; in emit() local48 File f = new File(javaPath); in emit()51 copy(javaPath, glStream); in emit()
48 String javaPath = stubRoot + ".java"; in emit() local49 File f = new File(javaPath); in emit()52 copy(javaPath, glStream); in emit()
99 Path javaPath = Paths.get(System.getProperty("java.home"), "bin", "java"); in forkAndStartServer() local104 cmd.add(javaPath.toString()); in forkAndStartServer()