Home
last modified time | relevance | path

Searched refs:attempts_remaining (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/common/libs/device_config/
Dguest_device_config.cpp73 int attempts_remaining = 1 + kRetries; in Get() local
74 while (attempts_remaining > 0) { in Get()
81 --attempts_remaining; in Get()