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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dos.hpp502 static const char* get_current_directory(char *buf, int buflen);
/openjdk7/hotspot/src/share/vm/utilities/
H A DvmError.cpp925 const char *cwd = os::get_current_directory(buffer, sizeof(buffer));
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp1700 const char* os::get_current_directory(char *buf, int buflen) { function in class:os
5814 const char* p = get_current_directory(buffer, bufferSize);
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp970 cwd = get_current_directory(NULL, 0);
1203 const char* os::get_current_directory(char *buf, int buflen) { function in class:os
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp1938 const char* os::get_current_directory(char *buf, int buflen) { function in class:os
6835 const char* p = get_current_directory(buffer, bufferSize);
/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp1939 const char* os::get_current_directory(char *buf, int buflen) { function in class:os

Completed in 3351 milliseconds