Home
last modified time | relevance | path

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

/system/gsid/include/libgsi/
Dlibgsi.h77 bool CanBootIntoGsi(std::string* error);
/system/gsid/
Dlibgsi.cpp67 bool CanBootIntoGsi(std::string* error) { in CanBootIntoGsi() function
/system/core/init/
Dfirst_stage_mount.cpp580 if (!android::gsi::CanBootIntoGsi(&error)) { in UseDsuIfPresent()