Searched refs:alt_root (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/agent/src/os/bsd/
H A Dlibproc_impl.c32 static const char* alt_root = NULL; variable
39 alt_root = getenv(SA_ALTROOT);
40 if (alt_root) {
41 alt_root_len = strlen(alt_root);
59 strcpy(alt_path, alt_root);
68 strcpy(alt_path, alt_root);
/openjdk7/hotspot/agent/src/os/linux/
H A Dlibproc_impl.c32 static const char* alt_root = NULL; variable
39 alt_root = getenv(SA_ALTROOT);
40 if (alt_root) {
41 alt_root_len = strlen(alt_root);
55 strcpy(alt_path, alt_root);
64 strcpy(alt_path, alt_root);
/openjdk7/hotspot/agent/src/os/solaris/proc/
H A Dsaproc.cpp219 static const char * alt_root = NULL; variable
226 alt_root = getenv(SA_ALTROOT);
227 if (alt_root)
228 alt_root_len = strlen(alt_root);
251 strcpy(alt_path, alt_root);
262 strcpy(alt_path, alt_root);
297 strcpy(alt_path, alt_root);
305 strcpy(alt_path, alt_root);

Completed in 37 milliseconds