Home
last modified time | relevance | path

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

/system/vold/model/
DVolumeBase.h57 kEmulated, enumerator
105 bool isEmulated() { return mType == Type::kEmulated; } in isEmulated()
DEmulatedVolume.cpp47 : VolumeBase(Type::kEmulated) { in EmulatedVolume()
58 : VolumeBase(Type::kEmulated) { in EmulatedVolume()
/system/vold/
DMoveStorage.cpp199 if (from->getType() != VolumeBase::Type::kEmulated) goto fail; in moveStorageInternal()
200 if (to->getType() != VolumeBase::Type::kEmulated) goto fail; in moveStorageInternal()