Home
last modified time | relevance | path

Searched refs:stored_is_device_unlocked_ (Results 1 – 2 of 2) sorted by relevance

/external/avb/test/
Dfake_avb_ops.h147 stored_is_device_unlocked_ = stored_is_device_unlocked; in set_stored_is_device_unlocked()
221 bool stored_is_device_unlocked_; variable
Dfake_avb_ops.cc217 *out_is_device_unlocked = stored_is_device_unlocked_ ? 1 : 0; in read_is_device_unlocked()