Home
last modified time | relevance | path

Searched refs:SKIP_IF_NON_VIRTUAL_AB (Results 1 – 4 of 4) sorted by relevance

/aosp14/system/core/fs_mgr/libsnapshot/
H A Dpartition_cow_creator_test.cpp45 SKIP_IF_NON_VIRTUAL_AB(); in SetUp()
286 SKIP_IF_NON_VIRTUAL_AB(); in TEST()
356 void SetUp() override { SKIP_IF_NON_VIRTUAL_AB(); } in SetUp()
H A Dsnapshot_metadata_updater_test.cpp49 SKIP_IF_NON_VIRTUAL_AB(); in SetUp()
H A Dsnapshot_test.cpp124 SKIP_IF_NON_VIRTUAL_AB(); in SetUp()
921 SKIP_IF_NON_VIRTUAL_AB(); in SetUp()
971 SKIP_IF_NON_VIRTUAL_AB(); in SetUp()
1949 SKIP_IF_NON_VIRTUAL_AB(); in SetUp()
/aosp14/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
H A Dtest_helpers.h242 #define SKIP_IF_NON_VIRTUAL_AB() \ macro