Home
last modified time | relevance | path

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

/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
Dtest_helpers.h97 bool IsTestDevice() const override { return true; } in IsTestDevice() function
/system/core/fs_mgr/libsnapshot/include/libsnapshot/
Dsnapshot.h110 virtual bool IsTestDevice() const { return false; } in IsTestDevice() function
/system/core/fs_mgr/libsnapshot/
Dsnapshot.cpp111 if (!sm->device()->IsTestDevice()) { in NewForFirstStageMount()
3055 if (device()->IsTestDevice()) { in InitializeUpdateSnapshots()
3170 if (device()->IsTestDevice()) { in OpenCompressedSnapshotWriter()