CheckLocation
if (!PartitionAt(i)->CheckLocation(sessionSize))
bool CheckLocation(off_t sessionSize) const;
if (!partition->CheckLocation(fSessionSize)) {
if (!partition->CheckLocation(fSessionSize)) {
CheckLocation(myDeskbar, newLocation, false, false);
CheckLocation(myDeskbar, B_DESKBAR_TOP, false, false);
CheckLocation(myDeskbar, newLocation, false, false);
CheckLocation(myDeskbar, B_DESKBAR_TOP, false, false);
CheckLocation(myDeskbar, newLocation, true, false);
CheckLocation(myDeskbar, newLocation, false, true);
CheckLocation(myDeskbar, newLocation, true, true);
void CheckLocation(BDeskbar *, deskbar_location, bool, bool);