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

/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp6037 char libmawtpath[MAXPATHLEN]; local
6056 strcpy(libmawtpath, buf);
6057 strcat(libmawtpath, xawtstr);
6058 if (::stat(libmawtpath, &statbuf) == 0) return false;
6061 strcpy(libmawtpath, buf);
6062 strcat(libmawtpath, new_xawtstr);
6063 if (::stat(libmawtpath, &statbuf) == 0) return false;
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp5780 char libmawtpath[MAXPATHLEN];
5799 strcpy(libmawtpath, buf);
5800 strcat(libmawtpath, xawtstr);
5801 if (::stat(libmawtpath, &statbuf) == 0) return false;
5804 strcpy(libmawtpath, buf);
5805 strcat(libmawtpath, new_xawtstr);
5806 if (::stat(libmawtpath, &statbuf) == 0) return false;
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp6683 char libmawtpath[MAXPATHLEN]; local
6702 strcpy(libmawtpath, buf);
6703 strcat(libmawtpath, xawtstr);
6704 if (::stat(libmawtpath, &statbuf) == 0) return false;
6707 strcpy(libmawtpath, buf);
6708 strcat(libmawtpath, new_xawtstr);
6709 if (::stat(libmawtpath, &statbuf) == 0) return false;

Completed in 87 milliseconds