Searched refs:other_apex_mount_data (Results 1 – 1 of 1) sorted by relevance
3939 std::optional<MountedApexData> other_apex_mount_data; in TEST_F() local3942 [&other_apex_mount_data](const MountedApexData& data, bool latest) { in TEST_F()3944 other_apex_mount_data.emplace(data); in TEST_F()3949 ASSERT_TRUE(other_apex_mount_data.has_value()); in TEST_F()3950 auto deleter = make_scope_guard([&other_apex_mount_data]() { in TEST_F()3951 if (!other_apex_mount_data.has_value()) { in TEST_F()3957 auto res = Unmount(*other_apex_mount_data, /* deferred= */ false); in TEST_F()