HomeSort by relevance Sort by last modified time
    Searched refs:kMounted (Results 1 - 4 of 4) sorted by null

  /system/vold/
VolumeBase.cpp 181 if (mState == State::kMounted) {
207 setState(State::kMounted);
216 if (mState != State::kMounted) {
236 if (mState == State::kMounted) {
VolumeBase.h 68 kMounted,
TrimTask.cpp 58 if (vol != nullptr && vol->getState() == VolumeBase::State::kMounted) {
VolumeManager.cpp 392 if (vol != nullptr && vol->getState() == android::vold::VolumeBase::State::kMounted) {
    [all...]

Completed in 636 milliseconds