Searched refs:ALTERNATE_ROOT_PROP (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/installer/src/cpp/share/launcher/
H A Djava.h82 #define ALTERNATE_ROOT_PROP "Alternate-Root=" macro
H A Djava.c717 /* Set the "ALTERNATE_ROOT_PROP" property */
721 s = (char *)MemAlloc(strlen(ALTERNATE_ROOT_PROP) + strlen(alternateRoot) + 15);
722 sprintf(s, ALTERNATE_ROOT_PROP "%s", alternateRoot);

Completed in 15 milliseconds