Searched refs:LOOP_DEVICE_SETUP_ATTEMPTS (Results 1 – 1 of 1) sorted by relevance
44 constexpr int32_t LOOP_DEVICE_SETUP_ATTEMPTS = 3; variable50 for (int32_t attempts = 1; attempts <= LOOP_DEVICE_SETUP_ATTEMPTS; ++attempts) { in CreateLoopDevice()