Home
last modified time | relevance | path

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

/system/core/fs_mgr/
Dfs_mgr_avb.cpp173 bool IsDeviceUnlocked() { return is_device_unlocked_; } in IsDeviceUnlocked()
188 bool is_device_unlocked_; member in FsManagerAvbVerifier
212 avb_verifier->is_device_unlocked_ = (value == "unlocked"); in Create()