Searched defs:fileExists (Results 1 - 12 of 12) sorted by relevance

/forgerock/opendj2/src/build-tools/windows/
H A Dwinlauncher.c61 BOOL fileExists(const char *fileName) function
78 } // fileExists
96 while (fileExists(pidFile) && (nTries > 0) && !returnValue)
/forgerock/opendj-b2.6/src/build-tools/windows/
H A Dwinlauncher.c62 BOOL fileExists(const char *fileName) function
79 } // fileExists
97 while (fileExists(pidFile) && (nTries > 0) && !returnValue)
/forgerock/opendj2.6.2/src/build-tools/windows/
H A Dwinlauncher.c62 BOOL fileExists(const char *fileName) function
79 } // fileExists
97 while (fileExists(pidFile) && (nTries > 0) && !returnValue)
/forgerock/opendj2-hg/src/build-tools/windows/
H A Dwinlauncher.c61 BOOL fileExists(const char *fileName) function
78 } // fileExists
96 while (fileExists(pidFile) && (nTries > 0) && !returnValue)
/forgerock/opendj2-jel-hg/src/build-tools/windows/
H A Dwinlauncher.c62 BOOL fileExists(const char *fileName) function
79 } // fileExists
97 while (fileExists(pidFile) && (nTries > 0) && !returnValue)
/forgerock/opendj-v3/opendj-server-legacy/src/build-tools/windows/
H A Dwinlauncher.c61 BOOL fileExists(const char *fileName) function
78 } // fileExists
96 while (fileExists(pidFile) && (nTries > 0) && !returnValue)
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java396 public static boolean fileExists(String path) method in class:Utils
676 while (fileExists(serverLocation)
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java397 public static boolean fileExists(String path) method in class:Utils
677 while (fileExists(serverLocation)
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java397 public static boolean fileExists(String path) method in class:Utils
677 while (fileExists(serverLocation)
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java396 public static boolean fileExists(String path) method in class:Utils
676 while (fileExists(serverLocation)
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java415 public static boolean fileExists(String path) method in class:Utils
695 while (fileExists(serverLocation)
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/util/
H A DUtils.java393 public static boolean fileExists(String path) method in class:Utils
623 while (fileExists(serverLocation) || directoryExistsAndIsNotEmpty(serverLocation))

Completed in 58 milliseconds