Home
last modified time | relevance | path

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

/system/gsid/
Dlibgsi.cpp56 static bool CanBootIntoGsi(std::string* error) { in CanBootIntoGsi() function
100 bool CanBootIntoGsi(std::string* metadata_file, std::string* error) { in CanBootIntoGsi() function
106 if (!CanBootIntoGsi(error)) { in CanBootIntoGsi()
/system/gsid/include/libgsi/
Dlibgsi.h50 bool CanBootIntoGsi(std::string* metadata_file, std::string* error);
/system/core/init/
Dfirst_stage_mount.cpp592 if (!android::gsi::CanBootIntoGsi(&metadata_file, &error)) { in UseGsiIfPresent()