Searched refs:read_attempts (Results 1 – 3 of 3) sorted by relevance
| /system/ulib/inspect/include/lib/inspect/ |
| A D | snapshot.h | 36 int read_attempts; member 47 static constexpr Options kDefaultOptions = {.read_attempts = 1024,
|
| /system/ulib/inspect/test/ |
| A D | snapshot_tests.cpp | 85 std::move(dup), {.read_attempts = 100, .skip_consistency_check = true}, &snapshot); in ValidPendingSkipCheck() 132 std::move(dup), {.read_attempts = 100, .skip_consistency_check = true}, in ValidGenerationChangeSkipCheck() 177 std::move(dup), {.read_attempts = 100, .skip_consistency_check = true}, &snapshot); in InvalidBadMagicNumberSkipCheck()
|
| /system/ulib/inspect/ |
| A D | snapshot.cpp | 24 size_t tries_left = options.read_attempts; in Create()
|
Completed in 5 milliseconds