Home
last modified time | relevance | path

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

/system/ulib/inspect/include/lib/inspect/
A Dsnapshot.h36 int read_attempts; member
47 static constexpr Options kDefaultOptions = {.read_attempts = 1024,
/system/ulib/inspect/test/
A Dsnapshot_tests.cpp85 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 Dsnapshot.cpp24 size_t tries_left = options.read_attempts; in Create()

Completed in 5 milliseconds