Searched defs:rewrite_existing (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp5176 int os::create_binary_file(const char* path, bool rewrite_existing) { argument
5178 if (!rewrite_existing) {
/openjdk7/hotspot/src/os/linux/vm/
H A Dos_linux.cpp4963 int os::create_binary_file(const char* path, bool rewrite_existing) { argument
4965 if (!rewrite_existing) {
/openjdk7/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp5715 int os::create_binary_file(const char* path, bool rewrite_existing) { argument
5717 if (!rewrite_existing) {
/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp4126 int os::create_binary_file(const char* path, bool rewrite_existing) { argument
4128 if (!rewrite_existing) {

Completed in 103 milliseconds