Home
last modified time | relevance | path

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

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