HomeSort by relevance Sort by last modified time
    Searched full:javapath (Results 1 - 11 of 11) sorted by null

  /sdk/find_java/
find_java_exe.cpp 48 CPath javaPath("<not found>");
49 int v = findJavaInEnvPath(&javaPath);
50 printf("findJavaInEnvPath: [%d] %s\n", v, javaPath.cstr());
52 javaPath.set("<not found>");
53 v = findJavaInRegistry(&javaPath);
54 printf("findJavaInRegistry [%d] %s\n", v, javaPath.cstr());
56 javaPath.set("<not found>");
57 v = findJavaInProgramFiles(&javaPath);
58 printf("findJavaInProgramFiles [%d] %s\n", v, javaPath.cstr());
103 CPath javaPath;
    [all...]
find_java.h 33 bool getJavaVersion(CPath &javaPath, CString *outVersionStr, int *outVersionInt);
find_java_lib.cpp 410 bool getJavaVersion(CPath &javaPath, CString *outVersionStr, int *outVersionInt) {
423 cmd.setf("\"%s\" -version", javaPath.cstr());
  /libcore/luni/src/main/native/
java_io_File.cpp 42 static jstring File_readlink(JNIEnv* env, jclass, jstring javaPath) {
43 ScopedUtfChars path(env, javaPath);
56 static jstring File_realpath(JNIEnv* env, jclass, jstring javaPath) {
57 ScopedUtfChars path(env, javaPath);
71 static jboolean File_setLastModifiedImpl(JNIEnv* env, jclass, jstring javaPath, jlong ms) {
72 ScopedUtfChars path(env, javaPath);
138 static bool readDirectory(JNIEnv* env, jstring javaPath, DirEntries& entries) {
139 ScopedUtfChars path(env, javaPath);
155 static jobjectArray File_listImpl(JNIEnv* env, jclass, jstring javaPath) {
158 if (!readDirectory(env, javaPath, entries))
    [all...]
libcore_io_Posix.cpp 326 static jobject doStat(JNIEnv* env, jstring javaPath, bool isLstat) {
327 ScopedUtfChars path(env, javaPath);
411 static jboolean Posix_access(JNIEnv* env, jobject, jstring javaPath, jint mode) {
412 ScopedUtfChars path(env, javaPath);
434 static void Posix_chmod(JNIEnv* env, jobject, jstring javaPath, jint mode) {
435 ScopedUtfChars path(env, javaPath);
442 static void Posix_chown(JNIEnv* env, jobject, jstring javaPath, jint uid, jint gid) {
443 ScopedUtfChars path(env, javaPath);
    [all...]
  /frameworks/native/opengl/tools/glgen/src/
GenerateEGL.java 48 String javaPath = stubRoot + ".java";
49 File f = new File(javaPath);
52 copy(javaPath, glStream);
GenerateGLES.java 47 String javaPath = stubRoot + ".java";
48 File f = new File(javaPath);
51 copy(javaPath, glStream);
  /external/webkit/Source/JavaScriptCore/tests/mozilla/
README-jsDriver.html 30 [-j JAVAPATH] [-l TESTLIST ...] [-L NEGLIST ...] [-p TESTPATH]
32 [--classpath=CLASSPATH] [--file=OUTFILE] [--javapath=JAVAPATH]
221 <dt><b>-j PATH, --javapath=PATH</b></dt>
jsDriver.pl 71 "h help>h i j=s javapath>j k confail>k l=s list>l L=s neglist>L " .
499 "(-j|--javapath) Location of java executable.\n" .
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3-sources.jar 

Completed in 228 milliseconds