Home
last modified time | relevance | path

Searched defs:IsTestDevice (Results 1 – 2 of 2) 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