Home
last modified time | relevance | path

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

/aosp14/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
H A Dtest_helpers.h240 bool IsVirtualAbEnabled();
244 if (!IsVirtualAbEnabled()) GTEST_SKIP() << "Test for Virtual A/B devices only"; \
249 if (!IsVirtualAbEnabled()) { \
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dtest_helpers.cpp279 bool IsVirtualAbEnabled() { in IsVirtualAbEnabled() function