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

/openjdk9/hotspot/test/native/logging/
H A Dtest_logFileOutput.cpp122 ASSERT_TRUE(file_exists(filename))
128 EXPECT_TRUE(file_exists(rotated_file[i]));
134 EXPECT_TRUE(file_exists(rotated_file[1]));
152 ASSERT_TRUE(file_exists(filename))
156 ASSERT_TRUE(file_exists(filename))
158 EXPECT_FALSE(file_exists(archived_filename))
H A DlogTestUtils.inline.hpp37 static inline bool file_exists(const char* filename) { function
43 if (!file_exists(filename)) {
52 assert(!file_exists(name), "can't create directory: %s already exists", name);
64 if (!file_exists(name)) {
/openjdk9/hotspot/src/share/vm/logging/
H A DlogFileOutput.cpp85 static bool file_exists(const char* filename) { function
123 if (file_exists(archive_name) && !is_regular_file(archive_name)) {
134 if (!file_exists(archive_name)) {
226 if (_file_count > 0 && file_exists(_file_name)) {
/openjdk9/hotspot/src/os/linux/vm/
H A Dos_linux.cpp1420 static bool file_exists(const char* filename) {
1454 if (file_exists(buffer)) {
2056 if (file_exists("/etc/debian_version")) {
2113 if (file_exists(file)) {
2119 if (file_exists("/etc/debian_version")) {
/openjdk9/hotspot/src/os/windows/vm/
H A Dos_windows.cpp1236 static bool file_exists(const char* filename) { function
1279 if (file_exists(buffer)) {
/openjdk9/hotspot/src/os/bsd/vm/
H A Dos_bsd.cpp1212 static bool file_exists(const char* filename) { function
1247 if (file_exists(buffer)) {
/openjdk9/hotspot/src/os/aix/vm/
H A Dos_aix.cpp1190 static bool file_exists(const char* filename) { function
1225 if (file_exists(buffer)) {
/openjdk9/hotspot/src/os/solaris/vm/
H A Dos_solaris.cpp1392 static bool file_exists(const char* filename) { function
1425 if (file_exists(buffer)) {

Completed in 227 milliseconds