Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
H A Dtest_helpers.h97 bool IsTestDevice() const override { return true; } in IsTestDevice() function
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot.cpp114 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()) {
/aosp14/system/core/fs_mgr/libsnapshot/include/libsnapshot/
H A Dsnapshot.h107 virtual bool IsTestDevice() const { return false; } in IsTestDevice() function