jdk/src/java.base/share/native/libjli/java.h
changeset 40945 f241705723ea
parent 40695 7996b10bce66
child 41966 bac52fa6e617
equal deleted inserted replaced
40944:dba53de83476 40945:f241705723ea
   110 GetXUsagePath(char *buf, jint bufsize);
   110 GetXUsagePath(char *buf, jint bufsize);
   111 
   111 
   112 jboolean
   112 jboolean
   113 GetApplicationHome(char *buf, jint bufsize);
   113 GetApplicationHome(char *buf, jint bufsize);
   114 
   114 
       
   115 jboolean
       
   116 GetApplicationHomeFromDll(char *buf, jint bufsize);
       
   117 
   115 #define GetArch() GetArchPath(CURRENT_DATA_MODEL)
   118 #define GetArch() GetArchPath(CURRENT_DATA_MODEL)
   116 
   119 
   117 /*
   120 /*
   118  * Different platforms will implement this, here
   121  * Different platforms will implement this, here
   119  * pargc is a pointer to the original argc,
   122  * pargc is a pointer to the original argc,