Searched refs:hasEnoughSpace (Results 1 - 10 of 10) sorted by relevance

/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java693 public static synchronized boolean hasEnoughSpace(String directoryPath, method in class:Utils
698 boolean hasEnoughSpace = false;
712 hasEnoughSpace = true;
735 return hasEnoughSpace;
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java694 public static synchronized boolean hasEnoughSpace(String directoryPath, method in class:Utils
699 boolean hasEnoughSpace = false;
713 hasEnoughSpace = true;
736 return hasEnoughSpace;
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java694 public static synchronized boolean hasEnoughSpace(String directoryPath, method in class:Utils
699 boolean hasEnoughSpace = false;
713 hasEnoughSpace = true;
736 return hasEnoughSpace;
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java693 public static synchronized boolean hasEnoughSpace(String directoryPath, method in class:Utils
698 boolean hasEnoughSpace = false;
712 hasEnoughSpace = true;
735 return hasEnoughSpace;
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java712 public static synchronized boolean hasEnoughSpace(String directoryPath, method in class:Utils
717 boolean hasEnoughSpace = false;
731 hasEnoughSpace = true;
754 return hasEnoughSpace;
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/installer/
H A DInstaller.java62 import static org.opends.quicksetup.util.Utils.hasEnoughSpace;
3173 else if (!hasEnoughSpace(existingParentDirectory,
3202 } else if (!hasEnoughSpace(serverLocation,
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/installer/
H A DInstaller.java3042 else if (!hasEnoughSpace(existingParentDirectory,
3070 } else if (!hasEnoughSpace(serverLocation, getRequiredInstallSpace()))
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/installer/
H A DInstaller.java3121 else if (!hasEnoughSpace(existingParentDirectory,
3150 } else if (!hasEnoughSpace(serverLocation,
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/installer/
H A DInstaller.java3121 else if (!hasEnoughSpace(existingParentDirectory,
3150 } else if (!hasEnoughSpace(serverLocation,
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/installer/
H A DInstaller.java3042 else if (!hasEnoughSpace(existingParentDirectory,
3070 } else if (!hasEnoughSpace(serverLocation, getRequiredInstallSpace()))

Completed in 148 milliseconds