Searched refs:kEmulated (Results 1 – 3 of 3) sorted by relevance
43 : VolumeBase(Type::kEmulated), mFusePid(0) { in EmulatedVolume()50 : VolumeBase(Type::kEmulated), mFusePid(0) { in EmulatedVolume()
56 kEmulated, enumerator102 bool isEmulated() { return mType == Type::kEmulated; } in isEmulated()
201 if (from->getType() != VolumeBase::Type::kEmulated) goto fail; in moveStorageInternal()202 if (to->getType() != VolumeBase::Type::kEmulated) goto fail; in moveStorageInternal()