Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/
Dsnapuserd.h232 bool IsAttached() const { return attached_; } in IsAttached()
233 void AttachControlDevice() { attached_ = true; } in AttachControlDevice()
339 bool attached_ = false; variable