Home
last modified time | relevance | path

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

/system/ulib/inspect/include/lib/inspect/
A Dsnapshot.h39 bool skip_consistency_check; member
48 .skip_consistency_check = false};
/system/ulib/inspect/
A Dsnapshot.cpp56 if (!options.skip_consistency_check && generation % 2 != 0) { in Create()
73 if (!options.skip_consistency_check && generation != new_generation) { in Create()
/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()

Completed in 8 milliseconds