OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kInvalidSlot
(Results
1 - 8
of
8
) sorted by null
/system/update_engine/common/
boot_control_interface.h
36
static const Slot
kInvalidSlot
= UINT_MAX;
48
// and return
kInvalidSlot
.
82
if (slot ==
kInvalidSlot
)
/system/update_engine/payload_consumer/
install_plan.h
65
BootControlInterface::Slot source_slot{BootControlInterface::
kInvalidSlot
};
66
BootControlInterface::Slot target_slot{BootControlInterface::
kInvalidSlot
};
install_plan.cc
90
if (source_slot != BootControlInterface::
kInvalidSlot
) {
97
if (target_slot != BootControlInterface::
kInvalidSlot
) {
/system/update_engine/
boot_control_chromeos.h
75
BootControlInterface::Slot current_slot_{BootControlInterface::
kInvalidSlot
};
boot_control_chromeos.cc
124
current_slot_ = BootControlInterface::
kInvalidSlot
;
common_service.cc
305
if (rollback_slot == BootControlInterface::
kInvalidSlot
) {
update_attempter.cc
758
GetRollbackSlot() != BootControlInterface::
kInvalidSlot
);
771
if (current_slot == BootControlInterface::
kInvalidSlot
|| num_slots < 2) {
773
return BootControlInterface::
kInvalidSlot
;
786
return BootControlInterface::
kInvalidSlot
;
[
all
...]
/external/v8/src/
utils.h
1064
FeedbackVectorSlot() : id_(
kInvalidSlot
) {}
1070
bool IsInvalid() const { return id_ ==
kInvalidSlot
; }
1081
static const int
kInvalidSlot
= -1;
[
all
...]
Completed in 998 milliseconds