Searched refs:IsTestDevice (Results 1 – 3 of 3) sorted by relevance
97 bool IsTestDevice() const override { return true; } in IsTestDevice() function
114 if (!sm->device()->IsTestDevice()) { in NewForFirstStageMount()1504 if (UpdateUsesUserSnapshots(lock) && !device()->IsTestDevice()) { in AcknowledgeMergeSuccess()3339 if (!device()->IsTestDevice() && using_snapuserd) { in CreateUpdateSnapshots()3552 if (device()->IsTestDevice()) { in InitializeUpdateSnapshots()3669 if (device()->IsTestDevice()) {
107 virtual bool IsTestDevice() const { return false; } in IsTestDevice() function