Home
last modified time | relevance | path

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

/system/core/fastboot/device/
Dutility.h59 explicit operator bool() const { return mounted_; }
63 bool mounted_ = false; variable
Dutility.cpp253 mounted_ = true; in AutoMountMetadata()
261 mounted_ = EnsurePathMounted(&fstab_, "/metadata"); in AutoMountMetadata()
266 if (mounted_ && should_unmount_) { in ~AutoMountMetadata()