Searched refs:kMaxBootAttempts (Results 1 – 2 of 2) sorted by relevance
/aosp12/system/gsid/include/libgsi/ | ||
H A D | libgsi.h | 90 static constexpr int kMaxBootAttempts = 1; variable |
/aosp12/system/gsid/ | ||
H A D | libgsi.cpp | 83 if (attempts + 1 > kMaxBootAttempts) { in CanBootIntoGsi() |