Home
last modified time | relevance | path

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

/aosp12/system/gsid/include/libgsi/
H A Dlibgsi.h90 static constexpr int kMaxBootAttempts = 1; variable
/aosp12/system/gsid/
H A Dlibgsi.cpp83 if (attempts + 1 > kMaxBootAttempts) { in CanBootIntoGsi()