HomeSort by relevance Sort by last modified time
    Searched refs:javaPath (Results 1 - 10 of 10) 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 329 static jobject doStat(JNIEnv* env, jstring javaPath, bool isLstat) {
330 ScopedUtfChars path(env, javaPath);
409 static jboolean Posix_access(JNIEnv* env, jobject, jstring javaPath, jint mode) {
410 ScopedUtfChars path(env, javaPath);
432 static void Posix_chmod(JNIEnv* env, jobject, jstring javaPath, jint mode) {
433 ScopedUtfChars path(env, javaPath);
440 static void Posix_chown(JNIEnv* env, jobject, jstring javaPath, jint uid, jint gid) {
441 ScopedUtfChars path(env, javaPath);
870 static void Posix_lchown(JNIEnv* env, jobject, jstring javaPath, jint uid, jint gid)
    [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);
  /developers/build/
build.gradle 201 def javaPath = "${srcPath}/java";
202 from(javaPath)
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/
compile_frontend.py 492 (javaPath, _) = proc.communicate()
497 print "Java executable: " + re.sub(r"\n$", "", javaPath)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 

Completed in 918 milliseconds