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

/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp1136 static char path_buf[MAX_PATH]; local
1137 if (GetTempPath(MAX_PATH, path_buf)>0)
1138 return path_buf;
1140 path_buf[0]='\0';
1141 return path_buf;

Completed in 46 milliseconds