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

/haiku/src/tests/kits/storage/
H A DVolumeTest.cpp356 status_t initError2 = (device2 >= 0 ? B_OK : B_BAD_VALUE); local
358 CheckVolume(volume2, device2, initError2);
360 || initError == initError2 && initError2 != B_OK);

Completed in 40 milliseconds