Home
last modified time | relevance | path

Searched refs:IsVirtualAbEnabled (Results 1 – 2 of 2) sorted by relevance

/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
Dtest_helpers.h191 bool IsVirtualAbEnabled();
195 if (!IsVirtualAbEnabled()) GTEST_SKIP() << "Test for Virtual A/B devices only"; \
200 if (!IsVirtualAbEnabled()) { \
/system/core/fs_mgr/libsnapshot/
Dtest_helpers.cpp319 bool IsVirtualAbEnabled() { in IsVirtualAbEnabled() function