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

/openjdk10/hotspot/test/native/logging/
H A Dtest_logFileOutput.cpp123 ASSERT_TRUE(file_exists(filename))
129 EXPECT_TRUE(file_exists(rotated_file[i]));
135 EXPECT_TRUE(file_exists(rotated_file[1]));
153 ASSERT_TRUE(file_exists(filename))
157 ASSERT_TRUE(file_exists(filename))
159 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)) {
/openjdk10/hotspot/src/share/vm/logging/
H A DlogFileOutput.cpp86 static bool file_exists(const char* filename) { function
124 if (file_exists(archive_name) && !is_regular_file(archive_name)) {
135 if (!file_exists(archive_name)) {
227 if (_file_count > 0 && file_exists(_file_name)) {
/openjdk10/hotspot/src/os/linux/vm/
H A Dos_linux.cpp1414 static bool file_exists(const char* filename) {
2006 if (file_exists("/etc/debian_version")) {
2063 if (file_exists(file)) {
2069 if (file_exists("/etc/debian_version")) {

Completed in 61 milliseconds