Searched refs:CanBootIntoGsi (Results 1 – 3 of 3) sorted by relevance
56 static bool CanBootIntoGsi(std::string* error) { in CanBootIntoGsi() function100 bool CanBootIntoGsi(std::string* metadata_file, std::string* error) { in CanBootIntoGsi() function106 if (!CanBootIntoGsi(error)) { in CanBootIntoGsi()
50 bool CanBootIntoGsi(std::string* metadata_file, std::string* error);
592 if (!android::gsi::CanBootIntoGsi(&metadata_file, &error)) { in UseGsiIfPresent()