Searched refs:other_apex_mount_data (Results 1 – 1 of 1) sorted by relevance
3343 std::optional<MountedApexData> other_apex_mount_data; in TEST_F() local3346 [&other_apex_mount_data](const MountedApexData& data, bool latest) { in TEST_F()3348 other_apex_mount_data.emplace(data); in TEST_F()3353 ASSERT_TRUE(other_apex_mount_data.has_value()); in TEST_F()3354 auto deleter = make_scope_guard([&other_apex_mount_data]() { in TEST_F()3355 if (!other_apex_mount_data.has_value()) { in TEST_F()3361 auto res = Unmount(*other_apex_mount_data, /* deferred= */ false); in TEST_F()