Home
last modified time | relevance | path

Searched refs:rewrite_existing (Results 1 – 25 of 57) sorted by relevance

123

/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/runtime/
H A Dos.hpp727 static int create_binary_file(const char* path, bool rewrite_existing);
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/runtime/
H A Dos.hpp720 static int create_binary_file(const char* path, bool rewrite_existing);
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/runtime/
H A Dos.hpp738 static int create_binary_file(const char* path, bool rewrite_existing);
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/runtime/
H A Dos.hpp710 static int create_binary_file(const char* path, bool rewrite_existing);
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/runtime/
H A Dos.hpp705 static int create_binary_file(const char* path, bool rewrite_existing);
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A Dos.hpp769 static int create_binary_file(const char* path, bool rewrite_existing);
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/runtime/
H A Dos.hpp768 static int create_binary_file(const char* path, bool rewrite_existing);
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A Dos.hpp769 static int create_binary_file(const char* path, bool rewrite_existing);
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A Dos.hpp706 static int create_binary_file(const char* path, bool rewrite_existing);
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A Dos.hpp706 static int create_binary_file(const char* path, bool rewrite_existing);
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/os/aix/
H A Dos_aix.cpp2671 int os::create_binary_file(const char* path, bool rewrite_existing) { in create_binary_file() argument
2673 if (!rewrite_existing) { in create_binary_file()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/os/bsd/
H A Dos_bsd.cpp2701 int os::create_binary_file(const char* path, bool rewrite_existing) { in create_binary_file() argument
2703 if (!rewrite_existing) { in create_binary_file()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/os/bsd/
H A Dos_bsd.cpp2630 int os::create_binary_file(const char* path, bool rewrite_existing) { in create_binary_file() argument
2632 oflags |= rewrite_existing ? O_TRUNC : O_EXCL; in create_binary_file()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/os/aix/
H A Dos_aix.cpp2666 int os::create_binary_file(const char* path, bool rewrite_existing) { in create_binary_file() argument
2668 oflags |= rewrite_existing ? O_TRUNC : O_EXCL; in create_binary_file()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/os/bsd/
H A Dos_bsd.cpp3712 int os::create_binary_file(const char* path, bool rewrite_existing) { in create_binary_file() argument
3714 if (!rewrite_existing) { in create_binary_file()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/os/bsd/
H A Dos_bsd.cpp3615 int os::create_binary_file(const char* path, bool rewrite_existing) { in create_binary_file() argument
3617 if (!rewrite_existing) { in create_binary_file()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/os/bsd/
H A Dos_bsd.cpp3858 int os::create_binary_file(const char* path, bool rewrite_existing) { in create_binary_file() argument
3860 oflags |= rewrite_existing ? O_TRUNC : O_EXCL; in create_binary_file()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/os/aix/
H A Dos_aix.cpp3790 int os::create_binary_file(const char* path, bool rewrite_existing) { in create_binary_file() argument
3792 oflags |= rewrite_existing ? O_TRUNC : O_EXCL; in create_binary_file()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/os/bsd/
H A Dos_bsd.cpp3679 int os::create_binary_file(const char* path, bool rewrite_existing) { in create_binary_file() argument
3681 if (!rewrite_existing) { in create_binary_file()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/os/aix/
H A Dos_aix.cpp3785 int os::create_binary_file(const char* path, bool rewrite_existing) { in create_binary_file() argument
3787 if (!rewrite_existing) { in create_binary_file()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/os/aix/
H A Dos_aix.cpp3790 int os::create_binary_file(const char* path, bool rewrite_existing) { in create_binary_file() argument
3792 oflags |= rewrite_existing ? O_TRUNC : O_EXCL; in create_binary_file()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/os/bsd/
H A Dos_bsd.cpp3858 int os::create_binary_file(const char* path, bool rewrite_existing) { in create_binary_file() argument
3860 oflags |= rewrite_existing ? O_TRUNC : O_EXCL; in create_binary_file()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/os/aix/
H A Dos_aix.cpp3803 int os::create_binary_file(const char* path, bool rewrite_existing) { in create_binary_file() argument
3805 if (!rewrite_existing) { in create_binary_file()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/os/bsd/
H A Dos_bsd.cpp3634 int os::create_binary_file(const char* path, bool rewrite_existing) { in create_binary_file() argument
3636 if (!rewrite_existing) { in create_binary_file()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/os/aix/
H A Dos_aix.cpp3762 int os::create_binary_file(const char* path, bool rewrite_existing) { in create_binary_file() argument
3764 if (!rewrite_existing) { in create_binary_file()

123