Searched refs:kEmulated (Results 1 – 3 of 3) sorted by relevance
57 kEmulated, enumerator105 bool isEmulated() { return mType == Type::kEmulated; } in isEmulated()
47 : VolumeBase(Type::kEmulated) { in EmulatedVolume()58 : VolumeBase(Type::kEmulated) { in EmulatedVolume()
199 if (from->getType() != VolumeBase::Type::kEmulated) goto fail; in moveStorageInternal()200 if (to->getType() != VolumeBase::Type::kEmulated) goto fail; in moveStorageInternal()