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

/haiku/src/kits/storage/disk_device/
H A DDiskDeviceRoster.cpp196 bool terminatedEarly = false; local
202 while (!terminatedEarly && GetNextDevice(useDevice) == B_OK)
203 terminatedEarly = visitor->Visit(useDevice);
205 if (!terminatedEarly)
208 return terminatedEarly;
234 bool terminatedEarly = false; local
244 terminatedEarly = true;
249 if (!terminatedEarly)
254 return terminatedEarly;
279 bool terminatedEarly local
314 bool terminatedEarly = false; local
[all...]

Completed in 70 milliseconds