Searched defs:has_slot (Results 1 - 1 of 1) sorted by relevance

/system/core/fastboot/
H A Dfastboot.cpp695 std::string has_slot; local
696 if (!fb_getvar(transport, std::string("has-slot:") + partition_name, &has_slot) ||
697 (has_slot != "yes" && has_slot != "no")) {
1058 std::string has_slot; local
1061 if (!fb_getvar(transport, "has-slot:" + part, &has_slot)) {
1063 has_slot = "no";
1065 if (has_slot == "yes") {
1091 std::string has_slot; local
1094 if (!fb_getvar(transport, "has-slot:" + part, &has_slot)) {
[all...]

Completed in 58 milliseconds