Home
last modified time | relevance | path

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

/system/vold/model/
DEmulatedVolume.cpp43 : VolumeBase(Type::kEmulated), mFusePid(0) { in EmulatedVolume()
50 : VolumeBase(Type::kEmulated), mFusePid(0) { in EmulatedVolume()
DVolumeBase.h56 kEmulated, enumerator
102 bool isEmulated() { return mType == Type::kEmulated; } in isEmulated()
/system/vold/
DMoveStorage.cpp201 if (from->getType() != VolumeBase::Type::kEmulated) goto fail; in moveStorageInternal()
202 if (to->getType() != VolumeBase::Type::kEmulated) goto fail; in moveStorageInternal()