Searched defs:apphome (Results 1 - 3 of 3) sorted by relevance

/glassfish-3.1.2/installer/src/cpp/share/launcher/
H A Dsetup.h77 const char *apphome; local
79 if ((apphome = GetApplicationHome()) != NULL)
81 int apphomelen = strlen(apphome);
84 sprintf(jrepath, "%s" BUNDLED_JVM_DIR, apphome);
103 if (UnzipFiles(zipFile, apphome, jrepath + apphomelen + 1))
105 sprintf(jrepath, "%s" BUNDLED_JVM_DIR, apphome);
129 const char *apphome; local
130 if ((apphome = GetApplicationHome()) != NULL)
133 sprintf(bundledLibPath, "%s" LIB_DIR, apphome);
H A Duninstall.h67 const char *apphome = GetApplicationHome(); local
70 if (apphome)
73 if ((classfile = (char *)malloc(strlen(apphome) + strlen(class) + 8)) != NULL)
75 strcpy(classfile, apphome);
88 if ((deletelist[i] = (char *)malloc(strlen(apphome) + strlen(delete_include_items[i]) + 1)) == NULL)
90 strcpy(deletelist[i], apphome);
116 const char *apphome; local
118 if ((apphome = GetApplicationHome()) != NULL)
120 jrepath = (char *)MemAlloc(strlen(apphome) + sizeof(BUNDLED_JVM_DIR) + 1);
121 sprintf(jrepath, "%s" BUNDLED_JVM_DIR, apphome);
140 const char *apphome; local
[all...]
H A Djava.c110 const char *apphome; local
518 if ((apphome = GetApplicationHome()) == NULL)
526 size = sizeof(CLASSPATH_OPTION) + strlen(apphome) + 1;
529 size += strlen(apphome) + strlen(appclasspath[i]) + 1;
550 strcpy(s, apphome);
554 strcat(s, apphome);
760 if (SetCurrentDirectory(apphome))
763 if (!chdir(apphome))
769 fprintf(stderr, message, apphome);
1428 const char *apphome local
[all...]

Completed in 507 milliseconds